Skip to content

Commit fe67f96

Browse files
committed
Use available dbpedia resource
1 parent 7a5f3b6 commit fe67f96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_app.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2409,7 +2409,7 @@ def testLoadIntoGraph(self):
24092409
self.assertFalse(obj["boolean"])
24102410

24112411
# execute SELECT query before INSERT WHERE
2412-
load = "LOAD <http://de.dbpedia.org/resource/Das_Leben_ist_schön> INTO GRAPH <http://example.org/>"
2412+
load = "LOAD <http://dbpedia.org/resource/Life_Is_Beautiful> INTO GRAPH <http://example.org/>"
24132413
resp = app.post('/sparql', data={"update": load})
24142414
self.assertEqual(resp.status, "200 OK")
24152415

0 commit comments

Comments
 (0)