Skip to content

Commit

Permalink
Update tests with latest crawler (#1711)
Browse files Browse the repository at this point in the history
tests: use 'latest' crawler release for testing, now that 1.1.x is released.
  • Loading branch information
ikreymer authored Apr 20, 2024
1 parent c5b808b commit 4360e0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions backend/test/test_qa.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion chart/test/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4360e0c

Please sign in to comment.