Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bernt-matthias committed Jun 10, 2024
1 parent e98e630 commit 09cae3c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bioblend/_tests/TestGalaxyUsers.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,6 @@ def test_direct_purge(self):
with pytest.raises(ConnectionError):
self.gi.users.delete_user(new_user_id, purge=True)

#bioblend.ConnectionError: Unexpected HTTP status code: 400: {"err_msg":"User 'ionsmula@example.org' has not been deleted, so they cannot be purged.","err_code":0}

def test_get_user_apikey(self):
# Test getting the API key of the current user, which surely has one
user_id = self.gi.users.get_current_user()["id"]
Expand Down

0 comments on commit 09cae3c

Please sign in to comment.