Skip to content

Commit b5fbbf7

Browse files
authored
Change fake auth keys to use valid format (#1666)
1 parent 68af4e2 commit b5fbbf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_async.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
@pytest.mark.asyncio
1313
async def test_error():
1414
configuration = Configuration()
15-
configuration.api_key["apiKeyAuth"] = "invalid"
15+
configuration.api_key["apiKeyAuth"] = "00000000000000000000000000000000"
1616

1717
async with AsyncApiClient(configuration) as api_client:
1818
api_instance = metrics_api.MetricsApi(api_client)

0 commit comments

Comments
 (0)