Fix nightly tests (#632)
This commit is contained in:
parent
e8b835df34
commit
1b1bc10c60
@ -56,7 +56,7 @@ def test_crawlconfig_crawl_stats(admin_auth_headers, default_org_id, crawl_confi
|
||||
data = r.json()
|
||||
assert data["crawlAttemptCount"] == 2
|
||||
assert data["crawlCount"] == 1
|
||||
assert data["lastCrawlId"] == first_crawl_id
|
||||
assert data["lastCrawlId"] == crawl_id
|
||||
assert data["lastCrawlState"] == "complete"
|
||||
assert data["lastCrawlTime"] == first_crawl_finished
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
import requests
|
||||
import time
|
||||
|
||||
from .conftest import API_PREFIX
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user