summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/integration/container_test.go2
1 files changed, 1 insertions, 1 deletions
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)