mirror of https://github.com/gin-gonic/gin.git
Delete dupilicated test (#1801)
This commit is contained in:
parent
3dc247893e
commit
f7079a861e
|
@ -225,7 +225,6 @@ func TestLoggerWithConfigFormatting(t *testing.T) {
|
||||||
assert.Equal(t, "GET", gotParam.Method)
|
assert.Equal(t, "GET", gotParam.Method)
|
||||||
assert.Equal(t, "/example?a=100", gotParam.Path)
|
assert.Equal(t, "/example?a=100", gotParam.Path)
|
||||||
assert.Empty(t, gotParam.ErrorMessage)
|
assert.Empty(t, gotParam.ErrorMessage)
|
||||||
assert.Empty(t, gotParam.ErrorMessage)
|
|
||||||
assert.Equal(t, gotKeys, gotParam.Keys)
|
assert.Equal(t, gotKeys, gotParam.Keys)
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue