spelling: strings (#19542)
Co-authored-by: Josh Soref <jsoref@users.noreply.github.com> Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
Этот коммит содержится в:
@@ -547,7 +547,7 @@ func TestPanicLog(t *testing.T) {
|
||||
s, err := NewServer(SetLogger(logger))
|
||||
require.NoError(t, err)
|
||||
|
||||
// Route for just panicing
|
||||
// Route for just panicking
|
||||
s.Router.HandleFunc("/panic", func(writer http.ResponseWriter, request *http.Request) {
|
||||
s.Log.Info("inside panic handler")
|
||||
panic("log this panic")
|
||||
@@ -684,7 +684,7 @@ func TestSentry(t *testing.T) {
|
||||
})
|
||||
require.NoError(t, err)
|
||||
|
||||
// Route for just panicing
|
||||
// Route for just panicking
|
||||
s.Router.HandleFunc("/panic", func(writer http.ResponseWriter, request *http.Request) {
|
||||
panic("log this panic")
|
||||
})
|
||||
|
||||
Ссылка в новой задаче
Block a user