Skip to content

Commit

Permalink
quota creation needs user id
Browse files Browse the repository at this point in the history
  • Loading branch information
bernt-matthias committed Jul 24, 2024
1 parent bd5e3d9 commit f71016b
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 @@ -67,7 +67,7 @@ def test_update_non_default_quote(self):
quota = self.gi.quotas.create_quota(name="non_default_quota", description="testing",
amount="100 GB",
operation="+",
in_users=[new_user['username']],
in_users=[new_user['id']],
)
self.gi.quotas.update_quota(quota["id"], default="no", amount="200 GB")

Expand Down

0 comments on commit f71016b

Please sign in to comment.