diff --git a/auth/__init__.py b/auth/__init__.py deleted file mode 100644 index e69de29..0000000 diff --git a/test_auth_token_middleware.py b/test_auth_token_middleware.py index ea772f8..fa8042a 100644 --- a/test_auth_token_middleware.py +++ b/test_auth_token_middleware.py @@ -1644,7 +1644,7 @@ class TokenExpirationTest(BaseAuthTokenMiddlewareTest): """Ensure we cannot retrieve a token from the cache. Getting a token from the cache should return None when the token data - in the cache stores the expires time as a *nix style timestamp. + in the cache stores the expires time as a \*nix style timestamp. """ token = 'mytoken'