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 c9c5ba0 commit 58f9381Copy full SHA for 58f9381
tests/satosa/micro_services/test_attribute_modifications.py
@@ -303,7 +303,7 @@ def test_shibmdscope_match_value_filter_with_idp_md_with_single_regexp_scope(sel
303
resp.auth_info.issuer = idp_entityid
304
305
mdstore = MetadataStore(None, Config())
306
- mdstore.imp(self.create_idp_metadata_conf_with_shibmd_scopes(idp_entityid, ["[^.]*\.foo\.bar$"]))
+ mdstore.imp(self.create_idp_metadata_conf_with_shibmd_scopes(idp_entityid, [r"[^.]*\.foo\.bar$"]))
307
# mark scope as regexp (cannot be done via pysaml2 YAML config)
308
mdstore[idp_entityid]['idpsso_descriptor'][0]['extensions']['extension_elements'][0]['regexp'] = 'true'
309
ctx = Context()
0 commit comments