Skip to content

Commit

Permalink
Remove unused field from scenarios struct
Browse files Browse the repository at this point in the history
Signed-off-by: beorn7 <[email protected]>
  • Loading branch information
beorn7 committed Jun 17, 2019
1 parent 6036c70 commit 0de8e43
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion expfmt/decode_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,6 @@ func testDiscriminatorHTTPHeader(t testing.TB) {
var scenarios = []struct {
input map[string]string
output Format
err error
}{
{
input: map[string]string{"Content-Type": `application/vnd.google.protobuf; proto="io.prometheus.client.MetricFamily"; encoding="delimited"`},
Expand Down

0 comments on commit 0de8e43

Please sign in to comment.