Skip to content

Commit

Permalink
Merge pull request #487 from bernt-matthias/user-deleted
Browse files Browse the repository at this point in the history
test if there is user["deleted"]
  • Loading branch information
nsoranzo committed Jun 10, 2024
2 parents 91f2344 + 1c13d6a commit 9fcec8e
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 9fcec8e

Please sign in to comment.