Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
scardena committed May 3, 2021
1 parent 6e3c816 commit c994641
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,12 +300,12 @@ def test_virtual_graphs(admin, ds_options):
# TODO add VG to test server
with pytest.raises(
exceptions.StardogException, match='java.sql.SQLException'):
admin.new_virtual_graph('vg', content.File('data/r2rml.ttl'),
admin.new_virtual_graph('vg', content.File('test/data/r2rml.ttl'),
ds_options)

with pytest.raises(
exceptions.StardogException, match='java.sql.SQLException'):
vg.update('vg', content.File('data/r2rml.ttl'), ds_options)
vg.update('vg', content.File('test/data/r2rml.ttl'), ds_options)

with pytest.raises(
exceptions.StardogException,
Expand Down

0 comments on commit c994641

Please sign in to comment.