Skip to content

Commit

Permalink
test: Fix expectation after content changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Jul 25, 2024
1 parent 426ec12 commit b684838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def test_auth():
res = requests.get(server.url, auth=("bob", "hunter2"))

assert res.status_code == 200
assert re.search("To schedule a spider", res.text)
assert re.search("use the API", res.text)

res = requests.get(server.url, auth=("bob", "invalid"))

Expand Down

0 comments on commit b684838

Please sign in to comment.