chore(tfstated): fix test and update dependencies

This commit is contained in:
Julien Dessaux 2025-01-07 21:28:50 +01:00
parent 6e069484cb
commit afc2c2eb9f
Signed by: adyxax
GPG key ID: F92E51B86E07177E
3 changed files with 3 additions and 4 deletions

View file

@ -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 {