diff --git a/test/workspaces/test_workspaces.py b/test/workspaces/test_workspaces.py index d1c0970..315ffbf 100644 --- a/test/workspaces/test_workspaces.py +++ b/test/workspaces/test_workspaces.py @@ -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"