Skip to content

Commit 03afd44

Browse files
author
Marcelo Blechner
committed
[patch] getWorkspaceId must return a string
1 parent 36e5ba9 commit 03afd44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mas/devops/mas.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def listMasInstances(dynClient: DynamicClient) -> list:
132132
return suites
133133

134134

135-
def getWorkspaceId(dynClient: DynamicClient, instanceId: str) -> list:
135+
def getWorkspaceId(dynClient: DynamicClient, instanceId: str) -> str:
136136
"""
137137
Get the MAS workspace ID for namespace "mas-{instanceId}-core"
138138
"""

0 commit comments

Comments
 (0)