Skip to content

Commit

Permalink
fix: rename flag
Browse files Browse the repository at this point in the history
Signed-off-by: Ivo Yankov <[email protected]>
  • Loading branch information
Ivo-Yankov committed Oct 3, 2024
1 parent 8f6c59a commit b5303d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/commands/node_upgrade.test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import { PREPARE_UPGRADE_CONFIGS_NAME, DOWNLOAD_GENERATED_FILES_CONFIGS_NAME } f
describe('Node upgrade', () => {
const namespace = 'node-upgrade'
const argv = getDefaultArgv()
argv[flags.nodeIDs.name] = 'node1,node2,node3'
argv[flags.nodeAliasesUnparsed.name] = 'node1,node2,node3'
argv[flags.generateGossipKeys.name] = true
argv[flags.generateTlsKeys.name] = true
argv[flags.persistentVolumeClaims.name] = true
Expand Down

0 comments on commit b5303d3

Please sign in to comment.