We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07d4730 commit 24a8f09Copy full SHA for 24a8f09
tests/src/OneLogin/saml2_tests/idp_metadata_parser_test.py
@@ -293,7 +293,7 @@ def test_parse_with_entity_id(self):
293
294
expected_settings_json = """
295
{
296
- "security": {"authnRequestsSigned": "true"},
+ "security": {"authnRequestsSigned": true},
297
"sp": {
298
"NameIDFormat": "urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified"
299
},
@@ -320,7 +320,7 @@ def test_parse_with_entity_id(self):
320
321
expected_settings_json2 = """
322
323
- "security": {"authnRequestsSigned": "false"},
+ "security": {"authnRequestsSigned": false},
324
325
326
0 commit comments