Delete dupilicated test

This commit is contained in:
sairoutine 2019-03-08 20:24:15 +09:00
parent 3dc247893e
commit 6ab6d2b257

View File

@ -225,7 +225,6 @@ func TestLoggerWithConfigFormatting(t *testing.T) {
assert.Equal(t, "GET", gotParam.Method)
assert.Equal(t, "/example?a=100", gotParam.Path)
assert.Empty(t, gotParam.ErrorMessage)
assert.Empty(t, gotParam.ErrorMessage)
assert.Equal(t, gotKeys, gotParam.Keys)
}