mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-12 02:21:29 +08:00
fix unittests
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user