We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a5f3b6 commit fe67f96Copy full SHA for fe67f96
tests/test_app.py
@@ -2409,7 +2409,7 @@ def testLoadIntoGraph(self):
2409
self.assertFalse(obj["boolean"])
2410
2411
# execute SELECT query before INSERT WHERE
2412
- load = "LOAD <http://de.dbpedia.org/resource/Das_Leben_ist_schön> INTO GRAPH <http://example.org/>"
+ load = "LOAD <http://dbpedia.org/resource/Life_Is_Beautiful> INTO GRAPH <http://example.org/>"
2413
resp = app.post('/sparql', data={"update": load})
2414
self.assertEqual(resp.status, "200 OK")
2415
0 commit comments