We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b575b7c commit d626f3cCopy full SHA for d626f3c
tests/test_async.py
@@ -14,6 +14,7 @@
14
async def test_error():
15
configuration = Configuration()
16
configuration.api_key["apiKeyAuth"] = "00000000000000000000000000000000"
17
+ configuration.api_key["appKeyAuth"] = "00000000000000000000000000000000"
18
19
async with AsyncApiClient(configuration) as api_client:
20
api_instance = metrics_api.MetricsApi(api_client)
0 commit comments