Commit 41bdc260 by sanshi

删除主机

parent e35dd58e
......@@ -146,7 +146,7 @@ class TestHostDelete(object):
@allure.severity("blocker")
def test_case_01(self):
response = self.host_delete()
self.check_code(response=response, code=0)
self.check_code(response=response, code=100)
@allure.title("host.delete:删除一个")
@allure.story("删除主机:删除一个")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment