Skip to content

Commit

Permalink
update upstream tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ankona committed Jul 19, 2024
1 parent 05329a1 commit 6267515
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/dragon/test_error_handling.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def setup_worker_manager_model_bytes(test_dir, monkeypatch: pytest.MonkeyPatch):
comm_channel_type=FileSystemCommChannel,
)

tensor_key = MessageHandler.build_tensor_key("key")
tensor_key = MessageHandler.build_tensor_key("key", feature_store.descriptor)
model = MessageHandler.build_model(b"model", "model name", "v 0.0.1")
request = MessageHandler.build_request(
test_dir, model, [tensor_key], [tensor_key], [], None
Expand Down Expand Up @@ -116,7 +116,7 @@ def setup_worker_manager_model_key(test_dir, monkeypatch: pytest.MonkeyPatch):
comm_channel_type=FileSystemCommChannel,
)

tensor_key = MessageHandler.build_tensor_key("key")
tensor_key = MessageHandler.build_tensor_key("key", feature_store.descriptor)
model_key = MessageHandler.build_model_key("model key")
request = MessageHandler.build_request(
test_dir, model_key, [tensor_key], [tensor_key], [], None
Expand Down

0 comments on commit 6267515

Please sign in to comment.