Commit 7959475
committed
fix(tests): correct MailSlurp API URL to fix email OTP retrieval
- Override default host from python.api.mailslurp.com to api.mailslurp.com
- Fixes bug in MailSlurp Python client v15.19.22 with incorrect default URL
- Authentication flow was working perfectly, issue was wrong API endpoint
- OTP email retrieval now works successfully
This was the root cause of CI authentication timeouts - the Python client
was hitting a non-existent subdomain instead of the official API.1 parent 09f2cdf commit 7959475
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
| |||
0 commit comments