aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack/register/tests
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2020-10-18 15:37:21 +0100
committerMatthew Lemon <matt@matthewlemon.com>2020-10-18 15:37:21 +0100
commitd6a3d976e0a7bd2bde93a5ea5543e9e68922520d (patch)
tree3d02114cb0d676a870959288f2281e61b541150b /ctrack/register/tests
parentd25f73ff06f3daa428e0e87f42b83d071a31cc02 (diff)
fixed some tests
Diffstat (limited to 'ctrack/register/tests')
-rw-r--r--ctrack/register/tests/test_views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctrack/register/tests/test_views.py b/ctrack/register/tests/test_views.py
index 0f5575d..306cec5 100644
--- a/ctrack/register/tests/test_views.py
+++ b/ctrack/register/tests/test_views.py
@@ -122,7 +122,7 @@ class TestSingleDateTimeEvent:
response = client.get(url)
html = response.content.decode("utf-8")
assert response.status_code == 200
- test_case.assertInHTML("Create a new simple event", html)
+ test_case.assertInHTML(f"Create a new simple event involving {org.name}", html)
def test_org_passed_as_kwarg(self, user, org, request_factory):
slug = org.slug