Skip to content

Commit c394d6b

Browse files
author
Pedro Rodrigues
committed
replace userID with user_id on create_starter_workspace_user return dictionary
1 parent e157e27 commit c394d6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

singlestoredb/management/workspace.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1958,7 +1958,7 @@ def create_starter_workspace_user(
19581958
raise ManagementError(msg='No password available from API response')
19591959

19601960
return {
1961-
'userID': user_id,
1961+
'user_id': user_id,
19621962
'password': returned_password,
19631963
}
19641964

0 commit comments

Comments
 (0)