Skip to content

Commit 9d22940

Browse files
committed
update
1 parent e215f3d commit 9d22940

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_io_cloud.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ def test_upload_wrong_model_name(name):
1616

1717

1818
@pytest.mark.parametrize("name", ["/too/many/slashes", "org/model"]) # todo: add back "model-name" after next SDk release
19-
@mock.patch.dict(os.environ, {"LIGHTNING_TEAMSPACE": "ts"})
2019
def test_download_wrong_model_name(name):
2120
with pytest.raises(ValueError, match=r".*organization/teamspace/model.*"):
2221
download_model(name=name)

0 commit comments

Comments
 (0)