From ca4b45224dce69204eed91eaa989492cb859fa5b Mon Sep 17 00:00:00 2001 From: Kobi Samoray Date: Tue, 27 Sep 2016 14:24:16 +0300 Subject: [PATCH] Fix a docstring typo in test_v3_resource.py TrivialFix Change-Id: Ie75b1e17f492c1730f65a39006f466bef2de0c47 --- keystone/tests/unit/test_v3_resource.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/keystone/tests/unit/test_v3_resource.py b/keystone/tests/unit/test_v3_resource.py index bffe546424..73e2282b1c 100644 --- a/keystone/tests/unit/test_v3_resource.py +++ b/keystone/tests/unit/test_v3_resource.py @@ -307,8 +307,8 @@ class ResourceTestCase(test_v3.RestfulTestCase, The sample data set up already has a user and project that is part of self.domain. Additionally we will create a group and a credential - within it. Since the user we will authenticate with is in this domain, - we create a another set of entities in a second domain. Deleting this + within it. Since we will authenticate in this domain, + we create another set of entities in a second domain. Deleting this second domain should delete all these new entities. In addition, all the entities in the regular self.domain should be unaffected by the delete.