Skip to content

Commit 1afa97f

Browse files
committed
fix: update e2e assert
Signed-off-by: Ivo Yankov <ivo@devlabs.bg>
1 parent 8a62525 commit 1afa97f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_util.ts

+1
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,7 @@ export function e2eTestSuite(
304304
expect(nodeCmd.getUnusedConfigs(NodeCommandConfigs.SETUP_CONFIGS_NAME)).to.deep.equal([
305305
flags.quiet.constName,
306306
flags.devMode.constName,
307+
flags.adminKey.constName,
307308
]);
308309
} catch (e) {
309310
nodeCmd.logger.showUserError(e);

0 commit comments

Comments
 (0)