Skip to content

Commit

Permalink
fixing the test
Browse files Browse the repository at this point in the history
  • Loading branch information
bcdurak committed Nov 29, 2024
1 parent e05fb98 commit d662ac3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/integration/functional/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -1152,14 +1152,14 @@ def dummy():
artifact_name="preexisting",
artifact_version="1.2.3",
)
with pytest.raises(KeyError):
clean_client.get_artifact_version("new_one")
dummy()
log_metadata(
metadata={"some_meta": "meta_preexisting"},
model_name="aria",
model_version="model_version",
)
with pytest.raises(KeyError):
clean_client.get_artifact_version("new_one")
dummy()


class TestModel:
Expand Down

0 comments on commit d662ac3

Please sign in to comment.