diff --git a/test/samlp.logout.custom_store.tests.js b/test/samlp.logout.custom_store.tests.js index 0b168a4..29e25fa 100644 --- a/test/samlp.logout.custom_store.tests.js +++ b/test/samlp.logout.custom_store.tests.js @@ -625,7 +625,7 @@ describe('samlp logout with Session Participants - Custom Provider', function () var i = response.headers.location.indexOf('?'); var completeQueryString = response.headers.location.substr(i+1); - var parsedQueryString = Object.fromEntries(new URLSearchParams(completeQueryString)) + var parsedQueryString = Object.fromEntries(new URLSearchParams(completeQueryString)); SAMLRequest2 = parsedQueryString.SAMLRequest; sessionParticipant2LogoutRequestRelayState = parsedQueryString.RelayState;