Skip to content
This repository was archived by the owner on Feb 16, 2023. It is now read-only.

Commit e27e5c7

Browse files
committed
Fix failing tests
1 parent 3e2dd8b commit e27e5c7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

internals/secrethub/run_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -526,6 +526,7 @@ func TestRunCommand_Run(t *testing.T) {
526526
},
527527
"invalid template var: start with a number": {
528528
command: RunCommand{
529+
envFile: "secrethub.env",
529530
templateVars: map[string]string{
530531
"0foo": "value",
531532
},
@@ -535,6 +536,7 @@ func TestRunCommand_Run(t *testing.T) {
535536
},
536537
"invalid template var: illegal character": {
537538
command: RunCommand{
539+
envFile: "secrethub.env",
538540
templateVars: map[string]string{
539541
"foo@bar": "value",
540542
},

0 commit comments

Comments
 (0)