Skip to content

Conversation

@asisayag2
Copy link
Contributor

CI test is failing due to change in the text that is returned from the server.
This change updates the expected value

String id = user.get("id").toString();
ApiResponse result = account.user(id, null);
assertNotNull(result);
deleteUser(id);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please move all deleteUser calls to tearDown, if assertion fails, this line is never called.

@asisayag2 asisayag2 changed the title updated expected text that returns from the server Fix error message returned from the server May 14, 2021
@asisayag2 asisayag2 requested a review from patrick-tolosa May 14, 2021 21:09
@asisayag2 asisayag2 merged commit 82e2b6a into master May 25, 2021
@asisayag2 asisayag2 deleted the fix/fix_failing_test branch May 25, 2021 06:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants