Fix formatting in tiered_test.go.
This commit is contained in:
parent
0f48af8032
commit
c59f3fc538
|
@ -550,9 +550,9 @@ func TestGetFingerprintsForLabelSet(t *testing.T) {
|
||||||
fpCount int
|
fpCount int
|
||||||
}{
|
}{
|
||||||
{
|
{
|
||||||
labels: model.LabelSet{},
|
labels: model.LabelSet{},
|
||||||
fpCount: 0,
|
fpCount: 0,
|
||||||
},{
|
}, {
|
||||||
labels: model.LabelSet{
|
labels: model.LabelSet{
|
||||||
model.MetricNameLabel: "http_requests",
|
model.MetricNameLabel: "http_requests",
|
||||||
},
|
},
|
||||||
|
@ -560,19 +560,19 @@ func TestGetFingerprintsForLabelSet(t *testing.T) {
|
||||||
}, {
|
}, {
|
||||||
labels: model.LabelSet{
|
labels: model.LabelSet{
|
||||||
model.MetricNameLabel: "http_requests",
|
model.MetricNameLabel: "http_requests",
|
||||||
"method": "/foo",
|
"method": "/foo",
|
||||||
},
|
},
|
||||||
fpCount: 1,
|
fpCount: 1,
|
||||||
}, {
|
}, {
|
||||||
labels: model.LabelSet{
|
labels: model.LabelSet{
|
||||||
model.MetricNameLabel: "http_requests",
|
model.MetricNameLabel: "http_requests",
|
||||||
"method": "/bar",
|
"method": "/bar",
|
||||||
},
|
},
|
||||||
fpCount: 1,
|
fpCount: 1,
|
||||||
}, {
|
}, {
|
||||||
labels: model.LabelSet{
|
labels: model.LabelSet{
|
||||||
model.MetricNameLabel: "http_requests",
|
model.MetricNameLabel: "http_requests",
|
||||||
"method": "/baz",
|
"method": "/baz",
|
||||||
},
|
},
|
||||||
fpCount: 0,
|
fpCount: 0,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue