Skip to content

Commit ac45894

Browse files
committed
tests
Signed-off-by: Achal Shah <achals@gmail.com>
1 parent 7b55726 commit ac45894

File tree

1 file changed

+1
-1
lines changed
  • java/serving/src/test/resources/docker-compose/feast10

1 file changed

+1
-1
lines changed

java/serving/src/test/resources/docker-compose/feast10/setup_it.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def main():
6464
print("Running setup_it.py")
6565

6666
setup_data()
67-
existing_repo_config = load_repo_config(Path(".") / "feature_store.yaml", Path("."))
67+
existing_repo_config = load_repo_config(Path("."), Path(".") / "feature_store.yaml")
6868

6969
# Update to default online store since otherwise, relies on Dockerized Redis service
7070
fs = FeatureStore(config=existing_repo_config.copy(update={"online_store": {}}))

0 commit comments

Comments
 (0)