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 authored and jeyrce committed Aug 25, 2021
1 parent da32791 commit 08c800a
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 08c800a

Please sign in to comment.