Skip to content

Commit 422de11

Browse files
authored
Fix fortunes_ntex scenarios (#2102)
1 parent 4f899da commit 422de11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/containers-scenarios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ parameters:
110110
arguments: --scenario json_ntex --property scenario=JsonNTex
111111
condition: Math.round(Date.now() / 43200000) % 10 == 8 # once every 10 half-days
112112
- displayName: Fortunes NTex
113-
arguments: --scenario fortunes_ntext --property scenario=FortunesNTex
113+
arguments: --scenario fortunes_ntex --property scenario=FortunesNTex
114114
condition: Math.round(Date.now() / 43200000) % 10 == 9 # once every 10 half-days
115115

116116
steps:

0 commit comments

Comments
 (0)