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