Fix test order
This commit is contained in:
parent
7c605a469a
commit
29adb47a33
|
@ -332,7 +332,7 @@ class TestClient(object):
|
|||
client.post("run/command", { "argv": "asdf" })
|
||||
in_("must be a list", str(e.exception))
|
||||
|
||||
def test_client_00_info(self):
|
||||
def test_client_09_info(self):
|
||||
client = HTTPClient(baseurl = testurl, post_json = True)
|
||||
|
||||
# start some processes
|
||||
|
|
Loading…
Reference in New Issue
Block a user