Skip to content

Commit 8925eb8

Browse files
committed
chore: update lint for fuse_test file
1 parent 0fa3c0a commit 8925eb8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.ci/cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ steps:
4343
args:
4444
- -c
4545
- |
46-
go test -race -v ./...
46+
go test -race -v ./tests/...
4747
substitutions:
4848
_VERSION: ${_VERSION}
4949
_IP_TYPE: ${_IP_TYPE}

tests/fuse_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import (
2828
func TestPostgresFUSEConnect(t *testing.T) {
2929
if v := os.Getenv("IP_TYPE"); v == "private" || v == "psc" {
3030
t.Skipf("skipping test because IP_TYPE is set to %v", v)
31-
}
31+
}
3232
if testing.Short() {
3333
t.Skip("skipping Postgres integration tests")
3434
}

0 commit comments

Comments
 (0)