1
0
mirror of https://github.com/gsi-upm/senpy synced 2024-11-22 16:12:29 +00:00

Test Changed

This commit is contained in:
NachoCP 2016-02-02 11:34:30 +01:00
parent cefd6331e0
commit a5c27bcaba

View File

@ -57,7 +57,7 @@ class BlueprintsTest(TestCase):
def test_list(self): def test_list(self):
""" List the plugins """ """ List the plugins """
resp = self.client.get("/plugins/") resp = self.client.get("/api/plugins/")
self.assert200(resp) self.assert200(resp)
logging.debug(resp.json) logging.debug(resp.json)
assert "Dummy" in resp.json assert "Dummy" in resp.json