Skip to content

Commit 1ef8215

Browse files
chore: lint
1 parent 6a0c3a9 commit 1ef8215

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flow/connectors/postgres/pgdump_schema_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@ func TestAppendTLSEnv_TlsHost(t *testing.T) {
584584
})
585585

586586
t.Run("PGHOSTADDR with root CA and TlsHost", func(t *testing.T) {
587-
cmd := exec.CommandContext(ctx, "echo") //nolint:gosec
587+
cmd := exec.CommandContext(ctx, "echo")
588588
cmd.Env = os.Environ()
589589

590590
config := &protos.PostgresConfig{

0 commit comments

Comments
 (0)