From 4360e0c1b56f5bb08ed88ce4e6e8436d1bd39fbf Mon Sep 17 00:00:00 2001 From: Ilya Kreymer Date: Sat, 20 Apr 2024 15:56:26 -0700 Subject: [PATCH] Update tests with latest crawler (#1711) tests: use 'latest' crawler release for testing, now that 1.1.x is released. --- backend/test/test_qa.py | 4 ++-- chart/test/test.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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)