|
|
|
@ -47,6 +47,7 @@ def test_query_pass_extra_list(): |
|
|
|
"param2": ["456", "789"], |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
def test_query_pass_extra_single(): |
|
|
|
client = TestClient(app) |
|
|
|
resp = client.get( |
|
|
|
@ -63,7 +64,6 @@ def test_query_pass_extra_single(): |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
def test_header_pass_extra_list(): |
|
|
|
client = TestClient(app) |
|
|
|
|
|
|
|
|