Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Po-Yao Chen committed Nov 11, 2024
1 parent 33073d7 commit 93d68ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ func TestParse(t *testing.T) {
CACertPath string
}{
Enabled: true,
OTELCollectorEndpoint: "http://loetalhost:4317",
OTELCollectorEndpoint: "http://localhost:4317",
ClientCertPath: "/path/to/client/cert",
ClientKeyPath: "/path/to/client/key",
CACertPath: "/path/to/ca/cert",
Expand Down

0 comments on commit 93d68ac

Please sign in to comment.