Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
bernt-matthias authored Jul 27, 2024
1 parent 9ee0dc1 commit ea36144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bioblend/_tests/TestGalaxyQuotas.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def test_update_non_default_quota(self):
operation="+",
in_users=[new_user["id"]],
)
self.gi.quotas.update_quota(quota["id"], default=None, amount="200 GB")
self.gi.quotas.update_quota(quota["id"], amount="200 GB")

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

0 comments on commit ea36144

Please sign in to comment.