1
0
mirror of https://github.com/gsi-upm/senpy synced 2025-08-23 10:02:21 +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