Skip to content
Merged
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
4 changes: 2 additions & 2 deletions test/workspaces/test_workspaces.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ def test_workspaces(seam: Seam):
ws_list = seam.workspaces.list()
assert len(ws_list) > 0

reset_sandbox_result = seam.workspaces.reset_sandbox()
assert reset_sandbox_result is None
reset_sandbox_action_attempt = seam.workspaces.reset_sandbox()
assert reset_sandbox_action_attempt.action_type == "RESET_SANDBOX_WORKSPACE"