mirror of
				https://github.com/gsi-upm/senpy
				synced 2025-11-04 09:18:16 +00:00 
			
		
		
		
	Test Changed
This commit is contained in:
		@@ -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
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user