Skip to content

Commit 8fd26cf

Browse files
fix: Fix workspace test (#23)
* Fix workspace test * ci: Format code --------- Co-authored-by: Seam Bot <devops@getseam.com>
1 parent de09bf0 commit 8fd26cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/workspaces/test_workspaces.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ def test_workspaces(seam: Seam):
88
ws_list = seam.workspaces.list()
99
assert len(ws_list) > 0
1010

11-
reset_sandbox_result = seam.workspaces.reset_sandbox()
12-
assert reset_sandbox_result is None
11+
reset_sandbox_action_attempt = seam.workspaces.reset_sandbox()
12+
assert reset_sandbox_action_attempt.action_type == "RESET_SANDBOX_WORKSPACE"

0 commit comments

Comments
 (0)