mock csp disable user test correct variable names

This commit is contained in:
2020-02-26 08:56:52 -05:00
parent 90bf69afd3
commit a977beb7f6
2 changed files with 5 additions and 3 deletions

View File

@@ -79,4 +79,6 @@ def test_create_or_update_user(mock_csp: MockCloudProvider):
def test_disable_user(mock_csp: MockCloudProvider):
assert mock_csp.disable_user(CREDENTIALS, "csp_user_id")
assert mock_csp.disable_user(
CREDENTIALS, "tenant_id", "role_assignment_cloud_id"
)