Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Su <[email protected]>
  • Loading branch information
pingsutw committed Jan 11, 2023
1 parent e40aa14 commit 9679fb3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions go/tasks/plugins/array/awsbatch/transformer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -238,5 +238,9 @@ func Test_getEnvVarsForTask(t *testing.T) {
Name: "MyKey",
Value: "MyVal",
},
{
Name: "FLYTE_FAIL_ON_ERROR",
Value: "true",
},
}, envVars)
}

0 comments on commit 9679fb3

Please sign in to comment.