fix: correct line number and env var name in CODE_REVIEW verification output

This commit is contained in:
toki 2026-06-19 15:46:23 +09:00
parent e265386a90
commit 01f088c51f

View file

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