Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
bojiang committed Dec 24, 2020
1 parent 6947aef commit 23c3c28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/api_server/test_adapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ async def test_api_server_json_with_customized_route(host):
tasks = tuple(
pytest.assert_request(
"POST",
f"http://{host}/$~!@%^&*()_-+=[]\|;:,./predict_json",
f"http://{host}/$~!@%^&*()_-+=[]\\|;:,./predict_json",
headers=(("Content-Type", "application/json"),),
data=json.dumps({"in": i}),
assert_data=bytes('{"in": %s}' % i, 'ascii'),
Expand Down

0 comments on commit 23c3c28

Please sign in to comment.