virendrawali opened a new issue #79:
URL: https://github.com/apache/airavata-custos/issues/79
## Description
Getting a **"Client ID should not be null"** error while trying to delete a
client. Even though I just created the client using **create_admin_client** API
`def test_delete_tenant(tenant):
response = client.delete_tenant(token, tenant.client_id)
print(response)`
## Steps to Reproduce
```
def test_delete_tenant(tenant):
response = client.delete_tenant(token,
"custos-al6tf9r1aggetx6nrt1p-10000519")
```
## Error Message
rpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated
with:
status = StatusCode.INVALID_ARGUMENT
details = "Error occurred at deleteTenant UNKNOWN: Error while
validating method deleteClient Client Id should not be null"
debug_error_string =
"{"created":"@1592589585.887821071","description":"Error received from peer
ipv4:149.165.168.38:31499","file":"src/core/lib/surface/call.cc","file_line":1056,"grpc_message":"Error
occurred at deleteTenant UNKNOWN: Error while validating method deleteClient
Client Id should not be null","grpc_status":3}"
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]