Skip to content

Commit

Permalink
Paranthesis error fixed
Browse files Browse the repository at this point in the history
Signed-off-by: haimantika mitra <[email protected]>
  • Loading branch information
Haimantika committed Aug 2, 2021
1 parent 3d6b7c1 commit 946e2e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acceptance/acceptance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -902,7 +902,7 @@ func testAcceptance(
assertImage.HasLabelWithData(repoName, "io.buildpacks.lifecycle.metadata", fmt.Sprintf(`"stack":{"runImage":{"image":"%s","mirrors":["%s"]}}}`, runImage, runImageMirror))

t.Log("sets the source metadata")
assertImage.HasLabelWithData(repoName, "io.buildpacks.project.metadata", `{"source":{"type":"project","version":{"declared":"1.0.2"},"metadata":{"url":"https://github.com/buildpacks/pack"}}}`)
assertImage.HasLabelWithData(repoName, "io.buildpacks.project.metadata", (`{"source":{"type":"project","version":{"declared":"1.0.2"},"metadata":{"url":"https://github.com/buildpacks/pack"}}}`))

t.Log("registry is empty")
assertImage.NotExistsInRegistry(repo)
Expand Down

0 comments on commit 946e2e6

Please sign in to comment.