fixed tests

This commit is contained in:
vabene1111
2021-02-25 08:27:22 +01:00
parent 99b5f9a3ec
commit 59b2da933d
3 changed files with 3 additions and 3 deletions

View File

@ -80,7 +80,7 @@ class TestApiKeyword(TestViews):
)
response = json.loads(r.content)
self.assertEqual(r.status_code, 201)
self.assertEqual(response['name'], {self.keyword_1.name})
self.assertEqual(response['name'], self.keyword_1.name)
def test_keyword_delete(self):
r = self.user_client_1.delete(