diff --git a/httprunner/app/routers/debug_test.py b/httprunner/app/routers/debug_test.py index 0be91592..2c5198ef 100644 --- a/httprunner/app/routers/debug_test.py +++ b/httprunner/app/routers/debug_test.py @@ -48,4 +48,4 @@ class TestDebug(unittest.TestCase): } response = client.post("/hrun/debug/testcase", json=json_data) assert response.status_code == 200 - assert response.json()["code"] == 1 + assert response.json()["code"] == 0