Skip to content

Commit

Permalink
tmp - log for fixing windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ansgarm committed Nov 28, 2024
1 parent 4204db3 commit 9bdeeef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ func TestParseTerraformSources_no_sources_file(t *testing.T) {
}

if mod.TerraformSourcesErr.Error() != fmt.Sprintf("failed to parse terraform sources: cannot read manifest: open %s: no such file or directory", filepath.FromSlash(modPath+"/.terraform/modules/terraform-sources.json")) {
t.Fatalf("unexpected error: %s", mod.TerraformSourcesErr)
t.Fatalf("unexpected error: %s\nexpected: %s", mod.TerraformSourcesErr, fmt.Sprintf("failed to parse terraform sources: cannot read manifest: open %s: no such file or directory", filepath.FromSlash(modPath+"/.terraform/modules/terraform-sources.json")))
}
}

Expand Down

0 comments on commit 9bdeeef

Please sign in to comment.