diff --git a/tests/__snapshots__/test_apps.ambr b/tests/__snapshots__/test_apps.ambr index b85285c..85ec357 100644 --- a/tests/__snapshots__/test_apps.ambr +++ b/tests/__snapshots__/test_apps.ambr @@ -26,7 +26,7 @@ ]) # --- # name: test_isatab2isatab_input_is_output - '' + '' # --- # name: test_isatab_validate list([ diff --git a/tests/test_apps.py b/tests/test_apps.py index cec6667..aa8b234 100644 --- a/tests/test_apps.py +++ b/tests/test_apps.py @@ -55,7 +55,9 @@ def test_isatab2isatab_input_is_output(tmpdir, snapshot: SnapshotAssertion): result = runner.invoke(isatab2isatab.app, argv) assert result.exit_code == 1 - assert snapshot == str(result) + assert snapshot == str(result).replace( + os.path.dirname(__file__), "/home/runner/work/altamisa/tests" + ) def test_isatab2dot(tmpdir):