Skip to content

Commit

Permalink
test(test_logout): run last in deterministic order under "make test-sdk"
Browse files Browse the repository at this point in the history
  • Loading branch information
cfm authored and legoktm committed Feb 12, 2024
1 parent f53d923 commit f02caad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/tests/sdk/test_apiproxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ def test_delete_reply(self):
super().delete_reply()

@VCRAPI.use_cassette
def test_logout(self):
def test_zlogout(self):
r = self.api.logout()
assert r

Expand Down

0 comments on commit f02caad

Please sign in to comment.