typo for log (#2374)

pull/2379/head
Jiepeng Cao 2 years ago committed by GitHub
parent 7a320233cd
commit 7f2666be9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      contrib/opensergo/opensergo_test.go

@ -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 {

Loading…
Cancel
Save