Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
test: Fix path dir to terrafile
Browse files Browse the repository at this point in the history
  • Loading branch information
nritholtz committed Oct 17, 2018
1 parent be4289f commit b1739bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func TestTerraformWithTerrafilePath(t *testing.T) {
folder, back := setup(t)
defer back()

testcli.Run(terrafileBinaryPath, "-f", fmt.Sprint(folder, "/terrafile"))
testcli.Run(terrafileBinaryPath, "-f", fmt.Sprint(folder, "/Terrafile"))

if !testcli.Success() {
t.Fatalf("Expected to succeed, but failed: %q with message: %q", testcli.Error(), testcli.Stderr())
Expand Down

0 comments on commit b1739bf

Please sign in to comment.