Skip to content

Commit

Permalink
Fix merge issues
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasz-antoniak committed Jul 11, 2024
1 parent a5389e0 commit ce7179c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxy/pkg/config/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ func TestTargetConfig_ParsingControlConnMaxProtocolVersion(t *testing.T) {
// test-specific setup
setTargetContactPointsAndPortEnvVars()

conf, _ := New().ParseEnvVars()
conf := New().parseEnvVars()

tests := []struct {
name string
Expand Down

0 comments on commit ce7179c

Please sign in to comment.