Skip to content

Commit 643fe28

Browse files
authored
tests: update LIT_TEAMSPACE (#75)
1 parent d229c0c commit 643fe28

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

tests/integrations/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
)
1919

2020
LIT_ORG = "lightning-ai"
21-
LIT_TEAMSPACE = "LitModels"
21+
LIT_TEAMSPACE = "OSS | litModels"

tests/integrations/test_duplicate.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
from lightning_sdk.utils.resolve import _resolve_teamspace
66
from litmodels.integrations.duplicate import duplicate_hf_model
77

8-
LIT_ORG = "lightning-ai"
9-
LIT_TEAMSPACE = "LitModels"
8+
from tests.integrations import LIT_ORG, LIT_TEAMSPACE
109

1110

1211
@pytest.mark.cloud()

0 commit comments

Comments
 (0)