From 5a76e5568e7f851aa2ae36cf2832564cca2879ac Mon Sep 17 00:00:00 2001 From: Jeremy Thurgood Date: Mon, 24 Feb 2014 15:42:50 +0200 Subject: [PATCH] Isn't it nice when tests for a thing depend on unrelated details of a different thing? --- go/wizard/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go/wizard/tests.py b/go/wizard/tests.py index bb3688241..19669ce6f 100644 --- a/go/wizard/tests.py +++ b/go/wizard/tests.py @@ -173,7 +173,7 @@ def test_post_create_view_extra_endpoints(self): self.assertEqual(1, len(self.user_helper.user_api.active_channels())) self.assertRedirects( response, reverse('conversations:conversation', kwargs={ - 'conversation_key': conv.key, 'path_suffix': '', + 'conversation_key': conv.key, 'path_suffix': 'edit/', })) def test_post_create_view_invalid_conversation_type(self):