Update tests with latest crawler (#1711)

tests: use 'latest' crawler release for testing, now that 1.1.x is released.
This commit is contained in:
Ilya Kreymer 2024-04-20 15:56:26 -07:00 committed by GitHub
parent c5b808ba40
commit 4360e0c1b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -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,

View File

@ -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)