mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-05-07 09:05:16 -04:00
tiny fix, and now the test passes for me
This commit is contained in:
parent
4044fcb647
commit
a370e7b987
2 changed files with 2 additions and 2 deletions
|
@ -138,4 +138,4 @@ def test_brozzle_site(httpd):
|
|||
wb_url = 'http://localhost:8880/brozzler/%s/%s' % (t14, page2)
|
||||
expected_payload = open(os.path.join(
|
||||
os.path.dirname(__file__), 'htdocs', 'file1.txt'), 'rb').read()
|
||||
assert requests.get().content == expected_payload
|
||||
assert requests.get(wb_url).content == expected_payload
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue