diff options
| author | mo khan <mo@mokhan.ca> | 2025-05-08 14:07:15 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-05-08 14:07:15 -0600 |
| commit | 4def2e3418bcd830abbb3d53830b9b904c8e2872 (patch) | |
| tree | a567e126d116bd0eb1312b3c9e1c898e84077cf8 /test | |
| parent | 0bf8af27c976ada73bd91c8ce8010d69e5a61504 (diff) | |
test: remove debug logging
Diffstat (limited to 'test')
| -rw-r--r-- | test/integration/container_test.go | 3 |
1 files changed, 0 insertions, 3 deletions
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", |
