Skip to content

Commit 6cc67ff

Browse files
committed
Fix unit tests
Signed-off-by: Juan Antonio Osorio <[email protected]>
1 parent 1e452bc commit 6cc67ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/pipeline/workspace/test_workspace.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020
# with 'name' attribute and 'session_id' set
2121
WorkspaceWithSessionInfo(id="1", name="Workspace1", session_id="100")
2222
],
23-
"- Workspace1 **(active)**\n",
23+
"- workspace1 **(active)**\n",
2424
),
2525
# Case 3: Multiple workspaces, second one active
2626
(
2727
[
2828
WorkspaceWithSessionInfo(id="1", name="Workspace1", session_id=None),
2929
WorkspaceWithSessionInfo(id="2", name="Workspace2", session_id="200"),
3030
],
31-
"- Workspace1\n- Workspace2 **(active)**\n",
31+
"- workspace1\n- workspace2 **(active)**\n",
3232
),
3333
],
3434
)

0 commit comments

Comments
 (0)