From 4def2e3418bcd830abbb3d53830b9b904c8e2872 Mon Sep 17 00:00:00 2001 From: mo khan Date: Thu, 8 May 2025 14:07:15 -0600 Subject: test: remove debug logging --- test/integration/container_test.go | 3 --- 1 file changed, 3 deletions(-) (limited to 'test') diff --git a/test/integration/container_test.go b/test/integration/container_test.go index 81034bf..dfe1b52 100644 --- a/test/integration/container_test.go +++ b/test/integration/container_test.go @@ -18,7 +18,6 @@ import ( func TestContainer(t *testing.T) { image := env.Fetch("IMAGE_TAG", "sparkled:invalid") - t.Logf("image: %v\n", image) require.NotEmpty(t, image) ctx, cancel := context.WithTimeout(context.Background(), 60*time.Second) @@ -40,10 +39,8 @@ func TestContainer(t *testing.T) { testcontainers.CleanupContainer(t, container) }() - t.Logf("container: %v\n", container) endpoint, err := container.Endpoint(ctx, "") require.NoError(t, err) - t.Logf("endpoint: %v\n", endpoint) paths := []string{ "/health", -- cgit v1.2.3