Skip to content

Commit e896328

Browse files
committed
Fix locust_benchmark
1 parent 6cb4012 commit e896328

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: locust_benchmark/common/hopsworks_client.py

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ def __init__(self, environment=None):
2626
host=self.hopsworks_config.get("host", "localhost"),
2727
port=self.hopsworks_config.get("port", 443),
2828
api_key_file=".api_key",
29-
secrets_store="local",
3029
engine="python",
3130
)
3231
self.fs = self.connection.get_feature_store()

0 commit comments

Comments
 (0)