From 74ad0064289ddf8a6cdfe53bc26933e2e826b26d Mon Sep 17 00:00:00 2001 From: tomdds Date: Tue, 3 Sep 2019 10:41:45 -0400 Subject: [PATCH] Specify return type of create_or_update_user --- atst/domain/csp/cloud.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/atst/domain/csp/cloud.py b/atst/domain/csp/cloud.py index f3448bc6..b62ab896 100644 --- a/atst/domain/csp/cloud.py +++ b/atst/domain/csp/cloud.py @@ -55,8 +55,8 @@ class CloudProviderInterface: if it has a csp_user_id it will try to update that user csp_role_id -- The id of the role the user should be given in the CSP - Raises: - NotImplementedError: [description] + Returns: + string: Returns the interal csp_user_id of the created/updated user account """ raise NotImplementedError()