forked from lix-project/hydra
fixup normalization error regex
This commit is contained in:
parent
71c06f2ce7
commit
6637c03985
|
@ -223,7 +223,7 @@ subtest "normalize_ldap_role_mappings" => sub {
|
|||
"group" => "invalid-role",
|
||||
}),
|
||||
},
|
||||
qr/Failed to normalize.*Invalid roles.*invalid-role/,
|
||||
qr/Failed to normalize.*Invalid roles.*invalid-role/s,
|
||||
"Invalid roles fail to normalize."
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue