Skip to content

Commit

Permalink
test if there is user["deleted"]
Browse files Browse the repository at this point in the history
  • Loading branch information
bernt-matthias committed Jun 2, 2024
1 parent a11a57f commit 1c13d6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bioblend/_tests/TestGalaxyUsers.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ def test_get_users(self):
for user in users:
assert user["id"] is not None
assert user["email"] is not None
assert user["deleted"] is not None

def test_show_user(self):
current_user = self.gi.users.get_current_user()
Expand Down

0 comments on commit 1c13d6a

Please sign in to comment.