mirror of
https://github.com/gsi-upm/senpy
synced 2024-11-22 08:12:27 +00:00
Test Changed
This commit is contained in:
parent
cefd6331e0
commit
a5c27bcaba
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user