tests: fix typo in waiting for qa run to stop test! (#1857)
Fixes not properly testing if activeQA is null, hopefully fixes intermittent test failures!
This commit is contained in:
parent
a03bc06473
commit
2ffb37bd14
@ -387,7 +387,7 @@ def test_run_qa_not_running(
|
|||||||
count = 0
|
count = 0
|
||||||
while count < MAX_ATTEMPTS:
|
while count < MAX_ATTEMPTS:
|
||||||
r = requests.get(
|
r = requests.get(
|
||||||
f"{API_PREFIX}/orgs/{default_org_id}/crawls/{crawler_crawl_id}/activeQA",
|
f"{API_PREFIX}/orgs/{default_org_id}/crawls/{crawler_crawl_id}/qa/activeQA",
|
||||||
headers=crawler_auth_headers,
|
headers=crawler_auth_headers,
|
||||||
)
|
)
|
||||||
data = r.json()
|
data = r.json()
|
||||||
|
Loading…
Reference in New Issue
Block a user