diff options
author | Julien Dessaux | 2025-01-07 21:28:50 +0100 |
---|---|---|
committer | Julien Dessaux | 2024-12-28 23:16:09 +0100 |
commit | afc2c2eb9f805c29d3cc7dd3d749fc6bd394949a (patch) | |
tree | ead9cb3ef414bffc0000b9418c03280c73a51540 /cmd | |
parent | feat(webui): bootstrap session handling and login process (diff) | |
download | tfstated-afc2c2eb9f805c29d3cc7dd3d749fc6bd394949a.tar.gz tfstated-afc2c2eb9f805c29d3cc7dd3d749fc6bd394949a.tar.bz2 tfstated-afc2c2eb9f805c29d3cc7dd3d749fc6bd394949a.zip |
Diffstat (limited to '')
-rw-r--r-- | cmd/tfstated/main_test.go | 1 |
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 { |