From 6336782422020d01e4ead10ac95bd2555c458b27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jose=20Ramon=20Ma=C3=B1es?= Date: Fri, 8 Nov 2024 16:45:41 +0100 Subject: [PATCH] feat(test): fix string MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jose Ramon MaƱes --- e2e/system/build_image_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/system/build_image_test.go b/e2e/system/build_image_test.go index 2801465..585fa56 100644 --- a/e2e/system/build_image_test.go +++ b/e2e/system/build_image_test.go @@ -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")