Skip to content

Commit

Permalink
chore: update key
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-yangy committed Nov 15, 2024
1 parent 310ba6d commit f3ee6e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample/Tests/src/fetch_otp.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

def get_mailslurp_client():
configuration = mailslurp_client.Configuration()
configuration.api_key['x-api-key'] = '***REMOVED***' #os.getenv('MAILSLURP_API_KEY')
configuration.api_key['x-api-key'] = os.getenv('MAILSLURP_API_KEY')
api_client = mailslurp_client.ApiClient(configuration)
waitfor_controller = WaitForControllerApi(api_client)
return waitfor_controller
Expand Down

0 comments on commit f3ee6e2

Please sign in to comment.