Skip to content

Commit b9ff6c2

Browse files
chore: formatting
1 parent 7a1f3c3 commit b9ff6c2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/test_b2c_login.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1818,6 +1818,8 @@ async def test_set_cookie_header_case_insensitive(self):
18181818
# And the results should be identical for any casing of the key.
18191819
assert headers.getall("set-cookie") == values_mixed
18201820
assert headers.getall("SET-COOKIE") == values_mixed
1821+
1822+
18211823
class TestB2cLoginLogCallMutants:
18221824
"""Tests that kill logging-related mutants inside b2c_login_with_credentials.
18231825

0 commit comments

Comments
 (0)