Skip to content

Commit

Permalink
feat(test): fix string
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Ramon Mañes <[email protected]>
  • Loading branch information
tty47 committed Nov 8, 2024
1 parent 6992883 commit 6336782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/system/build_image_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ func (s *Suite) TestBuildWithBuildArgs() {
// This file is created by the dockerfile in the repo
// ref: https://github.com/celestiaorg/knuu/blob/test/build-from-git/Dockerfile
filePath = "/test.txt"
expectedData = "Hello, build arg!"
expectedData = "Hello, World!"
)

s.T().Log("Creating new instance")
Expand Down

0 comments on commit 6336782

Please sign in to comment.