From c7336802a83e48c0aa69b286aa4c1e81b583035d Mon Sep 17 00:00:00 2001 From: mo khan Date: Thu, 8 May 2025 12:59:37 -0600 Subject: test: ensure that the integration tests are testing the correct image --- test/integration/container_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/integration/container_test.go b/test/integration/container_test.go index 8b3a823..81034bf 100644 --- a/test/integration/container_test.go +++ b/test/integration/container_test.go @@ -17,7 +17,7 @@ import ( ) func TestContainer(t *testing.T) { - image := env.Fetch("IMAGE_TAG", "sparkled:main") + image := env.Fetch("IMAGE_TAG", "sparkled:invalid") t.Logf("image: %v\n", image) require.NotEmpty(t, image) -- cgit v1.2.3