fix: correct line number and env var name in CODE_REVIEW verification output
This commit is contained in:
parent
e265386a90
commit
01f088c51f
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue