Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
Signed-off-by: instamenta <[email protected]>
  • Loading branch information
instamenta committed Nov 1, 2024
1 parent 0f837d2 commit 5c468e2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/e2e/commands/network.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,9 @@ describe('NetworkCommand', () => {
flags.profileFile.constName,
flags.profileName.constName,
flags.quiet.constName,
flags.settingTxt.constName
flags.settingTxt.constName,
flags.grpcTlsKeyPath.constName,
flags.grpcWebTlsKeyPath.constName,
])
} catch (e) {
networkCmd.logger.showUserError(e)
Expand Down

0 comments on commit 5c468e2

Please sign in to comment.