Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
tchaton committed Mar 5, 2024
1 parent 20df149 commit 2b1b1fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/streaming/test_resolver.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ def test_execute(phase, monkeypatch):
studio._teamspace.id = "teamspace_id"
studio._studio.cluster_id = "cluster_id"
studio._studio_api.get_machine.return_value = "cpu"
studio.owner = "username"
studio.owner.name = "username"
studio._teamspace.name = "teamspace_name"
studio.name = "studio_name"
studio.name = "studio_name"
Expand All @@ -269,7 +269,7 @@ def print_fn(msg, file=None):
nonlocal called
assert (
msg
== "Find your job at https://lightning.ai/username/teamspace_name/studios/studio_name/app?app_id=data-prep&job_name=job_name"
== "Find your job at https://lightning.ai/username/teamspace_name/studios/studio_name/app?app_id=litdata&app_tab=Runs&job_name=job_name"
)
called = True

Expand Down

0 comments on commit 2b1b1fa

Please sign in to comment.