Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Commit

Permalink
validate workspaces methods - one missing
Browse files Browse the repository at this point in the history
  • Loading branch information
kainpets committed Nov 16, 2023
1 parent cf19b52 commit bab4bdb
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions tests/workspaces/test_workspaces.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ def test_workspaces(seam: Seam):
ws = seam.workspaces.get()
assert ws.is_sandbox == False

reset_sandbox_result = seam.workspaces.reset_sandbox()
assert reset_sandbox_result is not None
# TODO Blocked by: https://github.com/seamapi/nextlove-sdk-generator/issues/30
# reset_sandbox_result = seam.workspaces.reset_sandbox()
# assert reset_sandbox_result is not None

# ws_list = seam.workspaces.list()
# assert len(ws_list) > 0
ws_list = seam.workspaces.list()
assert len(ws_list) > 0

0 comments on commit bab4bdb

Please sign in to comment.