We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a1f3c3 commit b9ff6c2Copy full SHA for b9ff6c2
1 file changed
tests/test_b2c_login.py
@@ -1818,6 +1818,8 @@ async def test_set_cookie_header_case_insensitive(self):
1818
# And the results should be identical for any casing of the key.
1819
assert headers.getall("set-cookie") == values_mixed
1820
assert headers.getall("SET-COOKIE") == values_mixed
1821
+
1822
1823
class TestB2cLoginLogCallMutants:
1824
"""Tests that kill logging-related mutants inside b2c_login_with_credentials.
1825
0 commit comments