Skip to content

Commit 68c9581

Browse files
committed
removed local path from test
1 parent d8efff7 commit 68c9581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_parse_ga_export.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def test_ga_history_loading(test_data_dir, tmpdir, helpers):
3232
def test_ga_history_parsing(test_data_dir, tmpdir, helpers):
3333
export_dir = "test_ga_history_export"
3434
export_path = test_data_dir / export_dir / "history_export"
35-
prov_path = "/home/padge/Elixir/workflow-export/ro-crate-py/test/test-data/test_ga_history_export/history_export/provenance"
35+
prov_path = "provenance"
3636
# prov_name = "ga_export.cwlprov"
3737
# crate_path = test_data_dir / export_dir / "history_export_crate"
3838

0 commit comments

Comments
 (0)