diff --git a/src/auth_and_perms/tests/select_organization/test_shelfobjects_by_object_and_organization.py b/src/auth_and_perms/tests/select_organization/test_shelfobjects_by_object_and_organization.py index cf25914a5..312254922 100644 --- a/src/auth_and_perms/tests/select_organization/test_shelfobjects_by_object_and_organization.py +++ b/src/auth_and_perms/tests/select_organization/test_shelfobjects_by_object_and_organization.py @@ -73,4 +73,4 @@ class ShelfObjectsByObjectViewTest7(WithoutObject): """ def test_get_shelfobjects_by_objects_and_org_case1(self): - self.check_tests() + self.check_tests(user_in_org=True)