Update error message in TestSourceNotExisting for clarity (#13616)

backport_v1.15.2
Hari 4 weeks ago committed by Hari Om
parent 1239ea9a70
commit 16292a5251

@ -20,7 +20,7 @@ func (ts *PackerHCPSbomTestSuite) TestSourceNotExisting() {
AddEnv("HOME", os.Getenv("HOME")).
AddEnv("PATH", os.Getenv("PATH")).
SetArgs("build", "templates/source_not_existing.pkr.hcl").
Assert(check.MustFail(), check.Grep("download failed for SBOM file"))
Assert(check.MustFail(), check.Grep("Failed to download SBOM file"))
}
// Greayed out because the communicator for the docker plugin does not return an error

Loading…
Cancel
Save