Skip to content

Commit 12a2ebf

Browse files
terevslok
andauthored
Update middleware/echo/echo_test.go
Co-authored-by: Xabier Larrakoetxea Gallego <slok69@gmail.com>
1 parent 072a8a1 commit 12a2ebf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

middleware/echo/echo_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ func TestMiddlewareIntegration(t *testing.T) {
6464
mr.On("AddInflightRequests", mock.Anything, expHTTPProps, 1).Once()
6565
mr.On("AddInflightRequests", mock.Anything, expHTTPProps, -1).Once()
6666

67-
// Create our negroni instance with the middleware.
67+
// Create our echo instance with the middleware.
6868
mdlw := middleware.New(middleware.Config{Recorder: mr})
6969
e := echo.New()
7070
e.POST("/test", getTestHandler(test.statusCode), echoMiddleware.Handler("", mdlw))

0 commit comments

Comments
 (0)