diff --git a/neutron_vpnaas/tests/tempest/api/test_vpnaas.py b/neutron_vpnaas/tests/tempest/api/test_vpnaas.py index 6d60b83ad..cb2de831c 100644 --- a/neutron_vpnaas/tests/tempest/api/test_vpnaas.py +++ b/neutron_vpnaas/tests/tempest/api/test_vpnaas.py @@ -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']