Fix mount backend type-form enterprise test (#18457)

This commit is contained in:
Chelsea Shaw 2022-12-16 17:32:08 -06:00 committed by GitHub
parent db1d3bc519
commit ec601025cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -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');