mirror of
https://github.com/go-kratos/kratos.git
synced 2025-01-14 02:33:03 +02:00
typo for log (#2374)
This commit is contained in:
parent
7a320233cd
commit
7f2666be9f
@ -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…
Reference in New Issue
Block a user