Skip to content

Commit

Permalink
typo for log (#2374)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoliwang authored Sep 15, 2022
1 parent 7a32023 commit 7f2666b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/opensergo/opensergo_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ func TestOpenSergo(t *testing.T) {
fileContent := `{"endpoint": "127.0.0.1:9090"}`
err := os.WriteFile("test.json", []byte(fileContent), 0o644)
if err != nil {
t.Fatalf("ioutil.WriteFile error:%s", err)
t.Fatalf("os.WriteFile error:%s", err)
}
confPath, err := filepath.Abs("./test.json")
if err != nil {
Expand Down

0 comments on commit 7f2666b

Please sign in to comment.