aboutsummaryrefslogtreecommitdiff
path: root/license_protected_downloads/tests/test_views.py
diff options
context:
space:
mode:
Diffstat (limited to 'license_protected_downloads/tests/test_views.py')
-rw-r--r--license_protected_downloads/tests/test_views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/license_protected_downloads/tests/test_views.py b/license_protected_downloads/tests/test_views.py
index 3d6e872..2d10920 100644
--- a/license_protected_downloads/tests/test_views.py
+++ b/license_protected_downloads/tests/test_views.py
@@ -633,7 +633,7 @@ class ViewHelpersTests(BaseServeViewTest):
self.assertTrue(isinstance(response, HttpResponse))
self.assertContains(
response,
- "You need to be the member of one of the linaro batman, catwoman "
+ "You need to be the member of one of the linaro, batman, catwoman "
"or joker groups",
status_code=403)