Skip to content

Commit

Permalink
Use available dbpedia resource
Browse files Browse the repository at this point in the history
  • Loading branch information
white-gecko committed Jun 27, 2024
1 parent 7a5f3b6 commit fe67f96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -2409,7 +2409,7 @@ def testLoadIntoGraph(self):
self.assertFalse(obj["boolean"])

# execute SELECT query before INSERT WHERE
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/>"
resp = app.post('/sparql', data={"update": load})
self.assertEqual(resp.status, "200 OK")

Expand Down

0 comments on commit fe67f96

Please sign in to comment.