We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7132189 commit 604ae4cCopy full SHA for 604ae4c
tests/test_search.py
@@ -1497,7 +1497,7 @@ def test_profile(client):
1497
res, det = client.ft().profile(req)
1498
assert det["Iterators profile"]["Counter"] == 2.0
1499
assert det["Iterators profile"]["Type"] == "WILDCARD"
1500
- assert det["Parsing time"] < 0.5
+ assert isinstance(det["Parsing time"], float)
1501
assert len(res.rows) == 2 # check also the search result
1502
1503
0 commit comments