From af22222bdfa87d2002e829195b6521935ca0bf73 Mon Sep 17 00:00:00 2001 From: Peter Pfeufer Date: Sat, 9 Dec 2023 19:12:21 +0100 Subject: [PATCH] [FIX] Test `test_should_not_hide_leave_requests_tab_when_there_are_open_requests` --- allianceauth/groupmanagement/tests/test_views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/allianceauth/groupmanagement/tests/test_views.py b/allianceauth/groupmanagement/tests/test_views.py index edd18224..41f075ba 100644 --- a/allianceauth/groupmanagement/tests/test_views.py +++ b/allianceauth/groupmanagement/tests/test_views.py @@ -99,5 +99,5 @@ class TestViews(TestCase): # then content = response_content_to_str(response) self.assertEqual(response.status_code, 200) - self.assertIn('', content) + self.assertIn('', content)