Skip to content

Commit

Permalink
feat: load and interpolate variables from cloudformation output
Browse files Browse the repository at this point in the history
  • Loading branch information
adikari committed Oct 3, 2022
1 parent fda00a5 commit 5234c0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package config
import "testing"

func Test_LoadConfig_InvalidPath(t *testing.T) {
_, err := Load(LoadParam{Path: "invalid file"})
_, err := Load(LoadConfigInput{Path: "invalid file"})
expected := "missing safebox config file invalid file"

if err.Error() != expected {
Expand Down

0 comments on commit 5234c0a

Please sign in to comment.