Skip to content

Commit 2bca5c1

Browse files
committed
fix: example of WorkspaceAssignmentAPI.list
1 parent a28c446 commit 2bca5c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/account/workspace_assignment/list_workspace_assignment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
a = AccountClient()
66

7-
workspace_id = os.environ["TEST_WORKSPACE_ID"]
7+
workspace_id = os.environ["DUMMY_WORKSPACE_ID"]
88

99
all = a.workspace_assignment.list(workspace_id=workspace_id)

0 commit comments

Comments
 (0)