Skip to content

Commit 097bdf1

Browse files
committed
missed a comma
Signed-off-by: Keith Zeto <[email protected]> Signed-off-by: keithfz <[email protected]>
1 parent f2c8231 commit 097bdf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/directives/promotions_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ func TestPromotionStep_GetConfig(t *testing.T) {
212212
rawCfg: []byte(`{
213213
"project": "${{ ctx.project }}",
214214
"stage": "${{ ctx.stage }}",
215-
"promotion": "${{ ctx.promotion }}"
215+
"promotion": "${{ ctx.promotion }}",
216216
"creator": "${{ ctx.creator }}"
217217
}`),
218218
expectedCfg: Config{

0 commit comments

Comments
 (0)