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 98bbb20 commit f188bf6Copy full SHA for f188bf6
sample/Tests/src/fetch_otp.py
@@ -8,7 +8,7 @@
8
9
def get_mailslurp_client():
10
configuration = mailslurp_client.Configuration()
11
- configuration.api_key['x-api-key'] = '31750ed2e66c1fe56566877d5297fbdd6f8bba046942fab2909f495aeb7f1533' #os.getenv('MAILSLURP_API_KEY')
+ configuration.api_key['x-api-key'] = os.getenv('MAILSLURP_API_KEY')
12
api_client = mailslurp_client.ApiClient(configuration)
13
waitfor_controller = WaitForControllerApi(api_client)
14
return waitfor_controller
0 commit comments