We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de09bf0 commit 8fd26cfCopy full SHA for 8fd26cf
test/workspaces/test_workspaces.py
@@ -8,5 +8,5 @@ def test_workspaces(seam: Seam):
8
ws_list = seam.workspaces.list()
9
assert len(ws_list) > 0
10
11
- reset_sandbox_result = seam.workspaces.reset_sandbox()
12
- assert reset_sandbox_result is None
+ reset_sandbox_action_attempt = seam.workspaces.reset_sandbox()
+ assert reset_sandbox_action_attempt.action_type == "RESET_SANDBOX_WORKSPACE"
0 commit comments