X-Git-Url: https://plomlompom.com/repos/todo?a=blobdiff_plain;f=tests%2Ftodos.py;fp=tests%2Ftodos.py;h=7f106bc560640967035986acc3e04028cc009def;hb=244270eed71df45faf9554d0666b816be9876f77;hp=8b8099f509a70029b45a24cef229cca162985e73;hpb=5a393ec6a77d8f1040763ffa3e9e908f38a0e517;p=plomtask diff --git a/tests/todos.py b/tests/todos.py index 8b8099f..7f106bc 100644 --- a/tests/todos.py +++ b/tests/todos.py @@ -274,7 +274,7 @@ class TestsWithServer(TestCaseWithServer): '/day?date=2024-01-01&make_type=full', 302) # test posting to bad URLs self.check_post({}, '/todo=', 404) - self.check_post({}, '/todo?id=', 400) + self.check_post({}, '/todo?id=', 404) self.check_post({}, '/todo?id=FOO', 400) self.check_post({}, '/todo?id=0', 404) # test posting naked entity