mirror of
https://github.com/httprunner/httprunner.git
synced 2026-09-04 23:16:57 +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)
|
response = client.post("/hrun/debug/testcase", json=json_data)
|
||||||
assert response.status_code == 200
|
assert response.status_code == 200
|
||||||
assert response.json()["code"] == 1
|
assert response.json()["code"] == 0
|
||||||
|
|||||||
Reference in New Issue
Block a user