Skip to content

Commit

Permalink
integrated comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dmartinol committed May 17, 2024
1 parent cfa6189 commit 704fa34
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sdk/python/tests/unit/test_offline_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@ def default_store(temp_dir):


def remote_feature_store(offline_server):
offline_config = RemoteOfflineStoreConfig(host="0.0.0.0", port=offline_server.port)
offline_config = RemoteOfflineStoreConfig(
type="remote", host="0.0.0.0", port=offline_server.port
)

registry_path = os.path.join(
str(offline_server.store.repo_path),
Expand Down

0 comments on commit 704fa34

Please sign in to comment.