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 d229c0c commit 643fe28Copy full SHA for 643fe28
tests/integrations/__init__.py
@@ -18,4 +18,4 @@
18
)
19
20
LIT_ORG = "lightning-ai"
21
-LIT_TEAMSPACE = "LitModels"
+LIT_TEAMSPACE = "OSS | litModels"
tests/integrations/test_duplicate.py
@@ -5,8 +5,7 @@
5
from lightning_sdk.utils.resolve import _resolve_teamspace
6
from litmodels.integrations.duplicate import duplicate_hf_model
7
8
-LIT_ORG = "lightning-ai"
9
+from tests.integrations import LIT_ORG, LIT_TEAMSPACE
10
11
12
@pytest.mark.cloud()
0 commit comments