Skip to content

Commit

Permalink
is this the intended usage
Browse files Browse the repository at this point in the history
  • Loading branch information
bernt-matthias committed Jul 24, 2024
1 parent f71016b commit b9b13a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bioblend/_tests/TestGalaxyQuotas.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ def test_update_non_default_quote(self):
operation="+",
in_users=[new_user['id']],
)
self.gi.quotas.update_quota(quota["id"], default="no", amount="200 GB")
print(quota)
self.gi.quotas.update_quota(quota["id"], default=None, amount="200 GB")

if self.gi.config.get_config()["allow_user_deletion"]:
deleted_user = self.gi.users.delete_user(new_user["id"])
Expand Down

0 comments on commit b9b13a4

Please sign in to comment.