Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jakerachleff committed Nov 13, 2023
1 parent 6827aa4 commit a314689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit_tests/test_server_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -875,7 +875,7 @@ async def add_one(x: int) -> int:
server_runnable2,
input_type=int,
path="/add_one_config",
config_keys=["tags", "run_name", "metadata"],
config_keys=["tags", "metadata"],
)

async with get_async_remote_runnable(
Expand Down

0 comments on commit a314689

Please sign in to comment.