Fix typo in BaseAuthTokenMiddlewareTest
Setup was used where setUp is the name of the function. Change-Id: Ie8aef4e128a443ddec48fc82cb7314081ee5bfd2
This commit is contained in:
parent
6be38bb8f5
commit
cb2045e134
@ -250,7 +250,7 @@ class BaseAuthTokenMiddlewareTest(testtools.TestCase):
|
||||
All the tests allow for running with auth_token
|
||||
configured for receiving v2 or v3 tokens, with the
|
||||
choice being made by passing configuration data into
|
||||
Setup().
|
||||
setUp().
|
||||
|
||||
The base class will, by default, run all the tests
|
||||
expecting v2 token formats. Child classes can override
|
||||
|
Loading…
x
Reference in New Issue
Block a user