1
0
mirror of https://github.com/gsi-upm/senpy synced 2024-09-28 17:01:43 +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):
""" List the plugins """
resp = self.client.get("/plugins/")
resp = self.client.get("/api/plugins/")
self.assert200(resp)
logging.debug(resp.json)
assert "Dummy" in resp.json