diff options
| author | mo khan <mo@mokhan.ca> | 2025-05-08 12:59:37 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-05-08 12:59:37 -0600 |
| commit | c7336802a83e48c0aa69b286aa4c1e81b583035d (patch) | |
| tree | 4a798d3ad4988184f9bd26ee0a35d4b9a236aa43 /test/integration/container_test.go | |
| parent | 74d953ca1fcb8ce2c6d6b8ee54314bd95833076c (diff) | |
test: ensure that the integration tests are testing the correct image
Diffstat (limited to 'test/integration/container_test.go')
| -rw-r--r-- | test/integration/container_test.go | 2 |
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) |
