home · contact · privacy
Base core models on BaseModel providing sensible defaults.
[plomtask] / tests / conditions.py
index 478124650bd7dd72d984920de105cab3dce033dd..b6510a1afbf2b7435679573ad45fbd8a8ac5ff57 100644 (file)
@@ -50,6 +50,6 @@ class TestsWithServer(TestCaseWithServer):
         """Test /condition and /conditions response codes."""
         self.check_get('/condition', 200)
         self.check_get('/condition?id=', 200)
-        self.check_get('/condition?id=0', 400)
+        self.check_get('/condition?id=0', 500)
         self.check_get('/condition?id=FOO', 400)
         self.check_get('/conditions', 200)