summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
Diffstat (limited to 'cmd')
-rw-r--r--cmd/tfstated/main_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/tfstated/main_test.go b/cmd/tfstated/main_test.go
index ae9f2d7..b28edbd 100644
--- a/cmd/tfstated/main_test.go
+++ b/cmd/tfstated/main_test.go
@@ -57,7 +57,6 @@ func TestMain(m *testing.M) {
ctx,
db,
getenv,
- os.Stderr,
)
err = waitForReady(ctx, 5*time.Second, "http://127.0.0.1:8082/healthz")
if err != nil {