mirror of
https://github.com/LukeHagar/connexion.git
synced 2025-12-09 12:27:46 +00:00
Fix import ordering
This commit is contained in:
@@ -287,5 +287,3 @@ def test_args_kwargs(simple_app):
|
||||
resp = app_client.get('/v1.0/query-params-as-kwargs?foo=a&bar=b')
|
||||
assert resp.status_code == 200
|
||||
assert json.loads(resp.data.decode()) == {'foo': 'a'}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user