From afcae42fd6d3f9df21cee943aeb1a65140d7013a Mon Sep 17 00:00:00 2001 From: Itamar Turner-Trauring Date: Fri, 15 Jan 2021 11:52:16 -0500 Subject: [PATCH] Notice that there's an error on the server, rather than continuing silently. --- integration/test_web.py | 1 + 1 file changed, 1 insertion(+) diff --git a/integration/test_web.py b/integration/test_web.py index fe2137ff3..a322129f8 100644 --- a/integration/test_web.py +++ b/integration/test_web.py @@ -133,6 +133,7 @@ def test_deep_stats(alice): u"file": FILE_CONTENTS, }, ) + resp.raise_for_status() # confirm the file is in the directory resp = requests.get(