Commit 6dd08647 authored by Shelepnev Dmitry's avatar Shelepnev Dmitry
Browse files

Change test for specific python 3.4

parent eb3f2c74
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -73,7 +73,7 @@ class feedsTestCase(TestCase):
        self.assertIn("Куприянов Денис", response.content.decode())  
        self.assertIn("All books by Куприянов Денис", response.content.decode())  
        self.assertIn("prose_contemporary", response.content.decode())    
        self.assertIn("<category term", response.content.decode()) 
        self.assertIn("<category ", response.content.decode()) 
    
    def test_SearchAuthors(self):
        c = Client()