mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
lint
Signed-off-by: Nicolás Pazos <npazosmendez@gmail.com>
This commit is contained in:
parent
236017da35
commit
b2cc998418
|
@ -348,7 +348,6 @@ func TestRemoteWriteHandler_V2Message(t *testing.T) {
|
|||
}
|
||||
|
||||
func TestOutOfOrderSample_V1Message(t *testing.T) {
|
||||
|
||||
tests := []struct {
|
||||
Name string
|
||||
Timestamp int64
|
||||
|
@ -382,7 +381,6 @@ func TestOutOfOrderSample_V1Message(t *testing.T) {
|
|||
|
||||
resp := recorder.Result()
|
||||
require.Equal(t, http.StatusBadRequest, resp.StatusCode)
|
||||
|
||||
})
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue