From 01f088c51f9888a5433be76b5bd575c48839425e Mon Sep 17 00:00:00 2001 From: toki Date: Fri, 19 Jun 2026 15:46:23 +0900 Subject: [PATCH] fix: correct line number and env var name in CODE_REVIEW verification output --- .../02+01_postgres_provider_store/CODE_REVIEW-local-G05.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/agent-task/m-provider-adapter-foundation/02+01_postgres_provider_store/CODE_REVIEW-local-G05.md b/agent-task/m-provider-adapter-foundation/02+01_postgres_provider_store/CODE_REVIEW-local-G05.md index 9d6e004..88aff84 100644 --- a/agent-task/m-provider-adapter-foundation/02+01_postgres_provider_store/CODE_REVIEW-local-G05.md +++ b/agent-task/m-provider-adapter-foundation/02+01_postgres_provider_store/CODE_REVIEW-local-G05.md @@ -148,7 +148,7 @@ ok git.toki-labs.com/toki/gito/services/core/internal/storage 0.006s ```bash $ cd services/core && go test -count=1 -run TestPostgresProviderConfigStoreSavesGetsListsAndValidates -v ./internal/storage === RUN TestPostgresProviderConfigStoreSavesGetsListsAndValidates - postgres_test.go:1139: GIT0_TEST_DATABASE_URL not set; skipping Postgres integration test + postgres_test.go:1386: GITO_TEST_DATABASE_URL not set; skipping Postgres integration test --- SKIP: TestPostgresProviderConfigStoreSavesGetsListsAndValidates exit status test: skip FAIL git.toki-labs.com/toki/gito/services/core/internal/storage 0.004s @@ -187,7 +187,7 @@ ok git.toki-labs.com/toki/gito/services/core/internal/worker (cached) ```bash $ cd services/core && go test -count=1 -run TestPostgresProviderConfigStoreSavesGetsListsAndValidates -v ./internal/storage === RUN TestPostgresProviderConfigStoreSavesGetsListsAndValidates - postgres_test.go:1139: GIT0_TEST_DATABASE_URL not set; skipping Postgres integration test + postgres_test.go:1386: GITO_TEST_DATABASE_URL not set; skipping Postgres integration test --- SKIP: TestPostgresProviderConfigStoreSavesGetsListsAndValidates exit status test: skip FAIL git.toki-labs.com/toki/gito/services/core/internal/storage 0.004s