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
The test suite, when creating a conversation with the write user, fails in MKI. It compares the response of a conversation with a specific user, which can change from local to MKI which generates numbers as a username. This could potentially be controlled using cookie_auth to set the username. Otherwise remove checking the body for the exact username or get it ahead of time if possible.
The text was updated successfully, but these errors were encountered:
The test suite,
when creating a conversation with the write user
, fails in MKI. It compares the response of a conversation with a specific user, which can change from local to MKI which generates numbers as a username. This could potentially be controlled using cookie_auth to set the username. Otherwise remove checking the body for the exact username or get it ahead of time if possible.The text was updated successfully, but these errors were encountered: