Skip to content

Commit 55fa02f

Browse files
authored
fix(azure): argument must be cast to string (#3531)
1 parent 5cdaec3 commit 55fa02f

File tree

1 file changed

+1
-1
lines changed
  • packages/artillery/lib/platform/az

1 file changed

+1
-1
lines changed

packages/artillery/lib/platform/az/aci.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ class PlatformAzureACI {
556556
'-i',
557557
this.testRunId,
558558
'-t',
559-
WAIT_TIMEOUT,
559+
String(WAIT_TIMEOUT),
560560
'-d',
561561
'NOT_USED_ON_AZURE',
562562
'-r',

0 commit comments

Comments
 (0)