Remove the redundant word
Removed redundant 'the' in test_vpnaas.py Change-Id: I61fb0425a9d8aaf9d7d85820052be8145706ed20
This commit is contained in:
parent
bc7b1bf795
commit
d4e73cee7d
@ -140,7 +140,7 @@ class VPNaaSTestJSON(base.BaseAdminNetworkTest):
|
||||
Returns the tenant_id of the client current user
|
||||
"""
|
||||
# TODO(jroovers) This is a temporary workaround to get the tenant_id
|
||||
# of the the current client. Replace this once tenant_isolation for
|
||||
# of the current client. Replace this once tenant_isolation for
|
||||
# neutron is fixed.
|
||||
body = self.client.show_network(self.network['id'])
|
||||
return body['network']['tenant_id']
|
||||
|
Loading…
Reference in New Issue
Block a user