Skip to content

Commit 307585f

Browse files
authored
fix: pass --scenario-name through on Fargate (#3651)
1 parent 6d4cae2 commit 307585f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/artillery/lib/platform/aws-ecs/legacy/run-cluster.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1426,7 +1426,7 @@ async function generateTaskOverrides(context) {
14261426
context.cliOptions.environment
14271427
? ['--environment', context.cliOptions.environment]
14281428
: [],
1429-
context.cliOptions['scenario-name']
1429+
context.cliOptions['scenarioName']
14301430
? ['--scenario-name', context.cliOptions['scenario-name']]
14311431
: [],
14321432
context.cliOptions.insecure ? ['-k'] : [],

0 commit comments

Comments
 (0)