Fix test order

This commit is contained in:
Jim Paris 2013-07-18 11:01:27 -04:00
parent 7c605a469a
commit 29adb47a33

View File

@ -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