X-Git-Url: https://plomlompom.com/repos/feed.xml?a=blobdiff_plain;f=tests%2Fmisc.py;h=d49870fcce0a81179e03461e48bb5b1bb570cae9;hb=HEAD;hp=b0fb872bbdc2f34b65f2c3f843762c451c34baa0;hpb=3c065cb3174a323df64e875537d2ad6db6596d62;p=plomtask diff --git a/tests/misc.py b/tests/misc.py index b0fb872..a27f0d0 100644 --- a/tests/misc.py +++ b/tests/misc.py @@ -151,7 +151,7 @@ class TestsWithServer(TestCaseWithServer): """Tests against our HTTP server/handler (and database).""" def test_do_GET(self) -> None: - """Test / redirect, and unknown targets failing.""" + """Test GET / redirect, and unknown targets failing.""" self.conn.request('GET', '/') self.check_redirect('/day') self.check_get('/foo', 404)