Skip to content

Commit d626f3c

Browse files
authored
add fake app key (#2670)
1 parent b575b7c commit d626f3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_async.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
async def test_error():
1515
configuration = Configuration()
1616
configuration.api_key["apiKeyAuth"] = "00000000000000000000000000000000"
17+
configuration.api_key["appKeyAuth"] = "00000000000000000000000000000000"
1718

1819
async with AsyncApiClient(configuration) as api_client:
1920
api_instance = metrics_api.MetricsApi(api_client)

0 commit comments

Comments
 (0)