Commit 8feb7756 authored by Dheeraj Joshi's avatar Dheeraj Joshi

Fix broken pipeline

parent a5db2cc5
...@@ -81,6 +81,6 @@ export const policySiteProfile = { ...@@ -81,6 +81,6 @@ export const policySiteProfile = {
auth: { auth: {
enabled: false, enabled: false,
}, },
excludedUrls: 'https://bar.com/logout', excludedUrls: ['https://bar.com/logout'],
referencedInSecurityPolicies: ['some_policy'], referencedInSecurityPolicies: ['some_policy'],
}; };
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment