Updating server dependancies. (#7246)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
2c895ee66e
Коммит
96eab12027
2
vendor/github.com/prometheus/common/log/log_test.go
сгенерированный
поставляемый
2
vendor/github.com/prometheus/common/log/log_test.go
сгенерированный
поставляемый
@@ -32,7 +32,7 @@ func TestFileLineLogging(t *testing.T) {
|
||||
Debug("This debug-level line should not show up in the output.")
|
||||
Infof("This %s-level line should show up in the output.", "info")
|
||||
|
||||
re := `^time=".*" level=info msg="This info-level line should show up in the output." source="log_test.go:33" \n$`
|
||||
re := `^time=".*" level=info msg="This info-level line should show up in the output." source="log_test.go:33"\n$`
|
||||
if !regexp.MustCompile(re).Match(buf.Bytes()) {
|
||||
t.Fatalf("%q did not match expected regex %q", buf.String(), re)
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user