diff --git a/bioblend/_tests/TestGalaxyQuotas.py b/bioblend/_tests/TestGalaxyQuotas.py index 391c7e36d..701465735 100644 --- a/bioblend/_tests/TestGalaxyQuotas.py +++ b/bioblend/_tests/TestGalaxyQuotas.py @@ -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"])