Skip to content
This repository has been archived by the owner on Jun 12, 2018. It is now read-only.

Commit

Permalink
Isn't it nice when tests for a thing depend on unrelated details of a…
Browse files Browse the repository at this point in the history
… different thing?
  • Loading branch information
jerith committed Feb 24, 2014
1 parent 02d8639 commit 5a76e55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/wizard/tests.py
Expand Up @@ -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):
Expand Down

0 comments on commit 5a76e55

Please sign in to comment.