mirror of
				https://github.com/gsi-upm/senpy
				synced 2025-11-04 01:08:16 +00:00 
			
		
		
		
	Test Changed
This commit is contained in:
		@@ -65,7 +65,7 @@ class BlueprintsTest(TestCase):
 | 
			
		||||
 | 
			
		||||
    def test_headers(self):
 | 
			
		||||
        i = ["/api/plugins/?nothing="]
 | 
			
		||||
        j = ["/api/?i=test&"]:
 | 
			
		||||
        j = ["/api/?i=test&"]
 | 
			
		||||
        resp = self.client.get("%s" % (i))
 | 
			
		||||
        assert "@context" in resp.json
 | 
			
		||||
        resp = self.client.get("%s&%s=0" % (i, j))
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user