From 9ee0dc1b4f2359818759d9ebdeb458625689cd7a Mon Sep 17 00:00:00 2001 From: Nicola Soranzo Date: Sat, 27 Jul 2024 04:09:41 +0100 Subject: [PATCH] Update test docstring Co-authored-by: M Bernt --- bioblend/_tests/TestGalaxyQuotas.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bioblend/_tests/TestGalaxyQuotas.py b/bioblend/_tests/TestGalaxyQuotas.py index 26276c366..391c7e36d 100644 --- a/bioblend/_tests/TestGalaxyQuotas.py +++ b/bioblend/_tests/TestGalaxyQuotas.py @@ -59,8 +59,8 @@ def test_delete_undelete_quota(self): @test_util.skip_unless_galaxy("release_19.09") # for user purging def test_update_non_default_quota(self): """ - test if a non default quota can be updated (needs to use default=None, - default="no" will fail) + Test updating a non default quota. + Needs to use `default=None` (which is the default), `default="no"` will fail. """ if self.gi.config.get_config()["use_remote_user"]: self.skipTest("This Galaxy instance is not configured to use local users")