Skip to content

Commit 296ef8e

Browse files
committed
Update test
1 parent 3057608 commit 296ef8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_httpservers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ def test_err(self):
537537
self.assertIn(
538538
f"{t.error}code 404, message File not found{t.reset}", lines[0]
539539
)
540-
self.assertIn(f"{t.status_error}404", lines[1])
540+
self.assertIn(f"{t.status_client_error}404", lines[1])
541541

542542

543543
class SimpleHTTPServerTestCase(BaseTestCase):

0 commit comments

Comments
 (0)