Skip to content

Commit

Permalink
fix tests for errors.Join
Browse files Browse the repository at this point in the history
  • Loading branch information
acha1os committed May 7, 2024
1 parent 214f9c7 commit 81063b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exporter/syslogexporter/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func TestValidate(t *testing.T) {
Protocol: "rfc542",
Network: "udp",
},
err: "unsupported port: port is required, must be in the range 1-65535; " +
err: "unsupported port: port is required, must be in the range 1-65535" + "\n" +
"unsupported protocol: Only rfc5424 and rfc3164 supported",
},
{
Expand Down

0 comments on commit 81063b3

Please sign in to comment.