Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/integrations/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
)

LIT_ORG = "lightning-ai"
LIT_TEAMSPACE = "LitModels"
LIT_TEAMSPACE = "OSS | litModels"
3 changes: 1 addition & 2 deletions tests/integrations/test_duplicate.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
from lightning_sdk.utils.resolve import _resolve_teamspace
from litmodels.integrations.duplicate import duplicate_hf_model

LIT_ORG = "lightning-ai"
LIT_TEAMSPACE = "LitModels"
from tests.integrations import LIT_ORG, LIT_TEAMSPACE


@pytest.mark.cloud()
Expand Down
Loading