We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e215f3d commit 9d22940Copy full SHA for 9d22940
tests/test_io_cloud.py
@@ -16,7 +16,6 @@ def test_upload_wrong_model_name(name):
16
17
18
@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"})
20
def test_download_wrong_model_name(name):
21
with pytest.raises(ValueError, match=r".*organization/teamspace/model.*"):
22
download_model(name=name)
0 commit comments