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 68af4e2 commit b5fbbf7Copy full SHA for b5fbbf7
tests/test_async.py
@@ -12,7 +12,7 @@
12
@pytest.mark.asyncio
13
async def test_error():
14
configuration = Configuration()
15
- configuration.api_key["apiKeyAuth"] = "invalid"
+ configuration.api_key["apiKeyAuth"] = "00000000000000000000000000000000"
16
17
async with AsyncApiClient(configuration) as api_client:
18
api_instance = metrics_api.MetricsApi(api_client)
0 commit comments