mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-05 20:36:26 +02:00
Fix mount backend type-form enterprise test (#18457)
This commit is contained in:
parent
6413a7a73a
commit
84be06c0ae
@ -60,8 +60,7 @@ module('Integration | Component | mount-backend/type-form', function (hooks) {
|
||||
});
|
||||
|
||||
test('it renders correct items for enterprise secrets', async function (assert) {
|
||||
await render(hbs`<MountBackend::TypeForm @setMountType={{this.setType}} />`);
|
||||
|
||||
await render(hbs`<MountBackend::TypeForm @mountType="secret" @setMountType={{this.setType}} />`);
|
||||
assert
|
||||
.dom('[data-test-mount-type]')
|
||||
.exists({ count: allSecretTypes.length }, 'Renders all secret engines');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user