mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 11:38:02 +00:00
UI/OIDC authz flow tests (#13106)
This commit is contained in:
@@ -96,7 +96,6 @@ module('Integration | Component | oidc-consent-block', function(hooks) {
|
||||
'shows the correct copy for consent form'
|
||||
);
|
||||
await click('[data-test-edit-form-submit]');
|
||||
console.log(spy, spy.args);
|
||||
assert.ok(
|
||||
spy.calledWith(`${redirectBase}/?code=unescaped%3Cstring&state=foo`),
|
||||
'Redirects to correct route, with escaped values and without superflous params'
|
||||
|
||||
Reference in New Issue
Block a user