Skip to content

Commit

Permalink
OpenConceptLab/ocl_issues#1583 | fixing search tests for fuzzy search…
Browse files Browse the repository at this point in the history
… on ID
  • Loading branch information
snyaggarwal committed Jul 31, 2023
1 parent 194fcea commit 208b22f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/integration_tests/tests_concepts.py
Original file line number Diff line number Diff line change
Expand Up @@ -1693,7 +1693,7 @@ def test_search(self): # pylint: disable=too-many-statements
self.assertTrue(response.data[0]['total'] >= 2)

response = self.client.get(
self.source.concepts_url + '?q=name&fuzzy=true',
self.source.concepts_url + '?q=MyConcept',
HTTP_AUTHORIZATION='Token ' + self.token,
)
self.assertEqual(response.status_code, 200)
Expand Down

0 comments on commit 208b22f

Please sign in to comment.