mirror of
https://github.com/gsi-upm/senpy
synced 2024-11-22 16:12:29 +00:00
Test Changed
This commit is contained in:
parent
c2bb93e86c
commit
cefd6331e0
@ -46,7 +46,7 @@ class BlueprintsTest(TestCase):
|
|||||||
The dummy plugin returns an empty response,\
|
The dummy plugin returns an empty response,\
|
||||||
it should contain the context
|
it should contain the context
|
||||||
"""
|
"""
|
||||||
resp = self.client.get("/api/?i=My aloha mohame")
|
resp = self.client.get("/api?i=My aloha mohame")
|
||||||
self.assert200(resp)
|
self.assert200(resp)
|
||||||
logging.debug("Got response: %s", resp.json)
|
logging.debug("Got response: %s", resp.json)
|
||||||
assert "@context" in resp.json
|
assert "@context" in resp.json
|
||||||
|
Loading…
Reference in New Issue
Block a user