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:
parent
c5b808ba40
commit
4360e0c1b5
@ -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,
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user