Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mldzs committed Mar 22, 2021
1 parent 6ccb712 commit 09234ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bothub/api/v2/tests/test_knowledge_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def setUp(self):
self.context_3 = QAContext.objects.create(
knowledge_base=self.knowledge_base_2,
text="teste 3",
language=languages.LANGUAGE_EN,
language=languages.LANGUAGE_PT_BR,
)


Expand Down Expand Up @@ -341,7 +341,7 @@ def test_okay(self):
{
"text": "teste text",
"language": languages.LANGUAGE_EN,
"knowledge_base": self.knowledge_base_1.pk,
"knowledge_base": self.knowledge_base_2.pk,
},
self.owner_token,
)
Expand Down

0 comments on commit 09234ac

Please sign in to comment.