diff --git a/backend/test/test_qa.py b/backend/test/test_qa.py index 137e1225..26391c6d 100644 --- a/backend/test/test_qa.py +++ b/backend/test/test_qa.py @@ -243,7 +243,7 @@ def test_qa_page_data( assert page["qa"]["textMatch"] == 1.0 assert page["qa"]["screenshotMatch"] == 1.0 assert page["qa"]["resourceCounts"] == { - "crawlGood": 15, + "crawlGood": 16, "crawlBad": 0, "replayGood": 15, "replayBad": 1, @@ -262,7 +262,7 @@ def test_qa_page_data( assert page["qa"]["textMatch"] == 1.0 assert page["qa"]["screenshotMatch"] == 1.0 assert page["qa"]["resourceCounts"] == { - "crawlGood": 15, + "crawlGood": 16, "crawlBad": 0, "replayGood": 15, "replayBad": 1, diff --git a/chart/test/test.yaml b/chart/test/test.yaml index 0466499d..51bd3842 100644 --- a/chart/test/test.yaml +++ b/chart/test/test.yaml @@ -22,7 +22,7 @@ crawler_channels: image: "docker.io/webrecorder/browsertrix-crawler:latest" - id: test - image: "docker.io/webrecorder/browsertrix-crawler:1.1.0-beta.4" + image: "docker.io/webrecorder/browsertrix-crawler:latest" mongo_auth: # specify either username + password (for local mongo)