Skip to content

Commit

Permalink
test: Add missing level to ExpectLog call
Browse files Browse the repository at this point in the history
  • Loading branch information
bdarnell committed Sep 2, 2020
1 parent 2c357af commit 7d7b4dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tornado/test/simple_httpclient_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,7 @@ def test_small_headers(self):
self.assertEqual(response.body, b"ok")

def test_large_headers(self):
with ExpectLog(gen_log, "Unsatisfiable read"):
with ExpectLog(gen_log, "Unsatisfiable read", level=logging.INFO):
with self.assertRaises(UnsatisfiableReadError):
self.fetch("/large", raise_error=True)

Expand Down

0 comments on commit 7d7b4dd

Please sign in to comment.