Skip to content

Commit

Permalink
Fix test due to slow response
Browse files Browse the repository at this point in the history
  • Loading branch information
oscgonfer committed Nov 27, 2024
1 parent 52856a5 commit 13db838
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/search/test_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
def test_search():
d_id = 4498
d_uuid = "f7bc1d04-cebc-4989-b701-9912ba2ab20f"
u_uuid = "76affe1f-a1b8-4a47-bc0b-07bb8f9c700f"
u_uuid = "5a3bbb8c-af24-492c-a21a-1d2580f75ec6"

raised_error = False
with pytest.raises(HTTPError) as exc_info:
Expand All @@ -29,7 +29,7 @@ def test_search():
search_items=[{
'key': "username",
'search_matcher': "eq",
'value': "team"}
'value': "oscgonfer"}
]
)

Expand Down

0 comments on commit 13db838

Please sign in to comment.