You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(tests): accept error 400 for already registered accounts
The IMX API now returns error 400 (instead of 409) when an account
is already registered. Updated the test to accept both error codes
as valid responses for already-registered accounts.
This fix allows test_4_imx_functions to pass when the account is
already registered, resolving the Windows test failure.
0 commit comments