From 994fc5b0c0525f7c819926384895fe6711fd7221 Mon Sep 17 00:00:00 2001 From: Will Pimblett Date: Wed, 25 May 2016 17:48:25 +0100 Subject: [PATCH] Remove erronious assert --- src/xsd_training/tests.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/xsd_training/tests.py b/src/xsd_training/tests.py index 9e1cc26..e5d8514 100644 --- a/src/xsd_training/tests.py +++ b/src/xsd_training/tests.py @@ -542,7 +542,6 @@ def test_list_tgs(self): c = self.get_client() r = c.get(self.LIST_URL) self.assertTrue(TG_NAME in r.content) - self.assertTrue(unicode(tg) in r.content) def test_create_tg(self): # Create group using HTTP and check it exists