Skip to content

Commit

Permalink
removing test on authentication class that was removed
Browse files Browse the repository at this point in the history
  • Loading branch information
mldzs committed Mar 5, 2021
1 parent 9d9d192 commit 3bdb043
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions bothub/api/v2/tests/test_nlp.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,10 +196,6 @@ def test_ok(self):
response, content_data = self.request(str(self.repository_authorization.uuid))
self.assertEqual(response.status_code, status.HTTP_200_OK)

def test_not_auth(self):
response, content_data = self.request(str(uuid.uuid4()))
self.assertEqual(response.status_code, status.HTTP_401_UNAUTHORIZED)

def test_list_all_repository_intents(self):
response, content_data = self.request(str(self.repository_authorization.uuid))
self.assertEqual(len(response.data.get("intents")), 1)
Expand Down

0 comments on commit 3bdb043

Please sign in to comment.