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