Remove the redundant word

Removed redundant 'the' in testing-keystone.rst

Change-Id: I4e487d24a028c8328d45ff4adea8fb8cbb5bdf29
This commit is contained in:
chenxiangui 2018-02-02 11:08:32 +08:00
parent 3104634e43
commit 6b49de614a
1 changed files with 1 additions and 1 deletions

View File

@ -382,7 +382,7 @@ correctness in each step:
def test_request_unscoped_token(self):
self._request_unscoped_token()
Notice that the ``test_request_unscoped_token`` test only executes if the the
Notice that the ``test_request_unscoped_token`` test only executes if the
``federation`` feature flag is enabled.
.. NOTE::