Skip to content

Commit

Permalink
Fixed test not in class
Browse files Browse the repository at this point in the history
  • Loading branch information
circulon committed Aug 12, 2024
1 parent 612e1cb commit 3ad4973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/core/middleware/test_encrypt_cookies.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def test_encrypts_cookies(self):
EncryptCookies().after(request, response)
self.assertNotEqual(response.cookie("test"), "value")

def test_encrypt_cookies_opt_out(self):
def test_encrypt_cookies_opt_out(self):
request = self.make_request(
{"HTTP_COOKIE": f"test_key=test value"}
)
Expand Down

0 comments on commit 3ad4973

Please sign in to comment.