From d4e73cee7d06160bd8d2a6da98836b1920cec026 Mon Sep 17 00:00:00 2001 From: chenxiangui Date: Wed, 24 Jan 2018 09:28:20 +0800 Subject: [PATCH] Remove the redundant word Removed redundant 'the' in test_vpnaas.py Change-Id: I61fb0425a9d8aaf9d7d85820052be8145706ed20 --- neutron_vpnaas/tests/tempest/api/test_vpnaas.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']