There was an error while loading. Please reload this page.
1 parent a375d8e commit 934e359Copy full SHA for 934e359
1 file changed
tests/e2e/fixtures/client.py
@@ -96,4 +96,4 @@ def ingestion_job_jar(pytestconfig, project_root, project_version):
96
/ f"feast-ingestion-spark-{project_version}.jar"
97
)
98
99
- return pytestconfig.getoption("ingestion_jar") or f"file://{default_path}"
+ return pytestconfig.getoption("ingestion_jar") or default_path
0 commit comments