expect 204 on make-admin task

master
Marco Lettere 2 years ago
parent 25bbf13a24
commit dffdeeaa94

@ -16,10 +16,10 @@ workflows:
# - create_system_service
# - delete_system_service
# - add_all_system_services_to_vre
- create_workspace_client
# - create_workspace_client
- add_workspace_client_to_context
- enable_workspace_clients_for_context
- add_workspace_client_to_contexts
# - enable_workspace_clients_for_context
# - add_workspace_client_to_contexts
# - ghn_client_add_to_context
# - ghn_client_add_to_contexts
# - ghn_client_create

@ -214,7 +214,7 @@
"inputParameters" : {
"url" : "${init.input.storagehub}/workspace/groups/${shubify_context_name.output.result.shubified_context_name}/admins",
"method" : "PUT",
"expect" : [200, 400, 500],
"expect" : [200, 204, 400, 500],
"body" :{
"userId" : "${get_service_account_user.output.body.username}"
},

Loading…
Cancel
Save