Remove the redundant word

Removed redundant 'the' in test_vpnaas.py

Change-Id: I61fb0425a9d8aaf9d7d85820052be8145706ed20
This commit is contained in:
chenxiangui 2018-01-24 09:28:20 +08:00
parent bc7b1bf795
commit d4e73cee7d

View File

@ -140,7 +140,7 @@ class VPNaaSTestJSON(base.BaseAdminNetworkTest):
Returns the tenant_id of the client current user Returns the tenant_id of the client current user
""" """
# TODO(jroovers) This is a temporary workaround to get the tenant_id # 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. # neutron is fixed.
body = self.client.show_network(self.network['id']) body = self.client.show_network(self.network['id'])
return body['network']['tenant_id'] return body['network']['tenant_id']