summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorJulien Dessaux2025-01-07 21:28:50 +0100
committerJulien Dessaux2024-12-28 23:16:09 +0100
commitafc2c2eb9f805c29d3cc7dd3d749fc6bd394949a (patch)
treeead9cb3ef414bffc0000b9418c03280c73a51540 /cmd
parentfeat(webui): bootstrap session handling and login process (diff)
downloadtfstated-main.tar.gz
tfstated-main.tar.bz2
tfstated-main.zip
chore(tfstated): fix test and update dependenciesHEADmain
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 {