From ec601025cbbe6b32a55a106a4c011470c617b417 Mon Sep 17 00:00:00 2001
From: Chelsea Shaw <82459713+hashishaw@users.noreply.github.com>
Date: Fri, 16 Dec 2022 17:32:08 -0600
Subject: [PATCH] Fix mount backend type-form enterprise test (#18457)
---
.../integration/components/mount-backend/type-form-test.js | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/ui/tests/integration/components/mount-backend/type-form-test.js b/ui/tests/integration/components/mount-backend/type-form-test.js
index a709a79d4..74f751bb5 100644
--- a/ui/tests/integration/components/mount-backend/type-form-test.js
+++ b/ui/tests/integration/components/mount-backend/type-form-test.js
@@ -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``);
-
+ await render(hbs``);
assert
.dom('[data-test-mount-type]')
.exists({ count: allSecretTypes.length }, 'Renders all secret engines');