Skip to content

Commit 982b224

Browse files
committed
Fixed distributor mixed HA samples integration test lint error
Signed-off-by: eduardscaueru <edi_scaueru@yahoo.com>
1 parent 7df8ed3 commit 982b224

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

integration/distributor_mixed_ha_samples_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
package integration
55

66
import (
7-
"fmt"
87
"testing"
98
"time"
109

@@ -20,7 +19,7 @@ import (
2019
func TestDistriubtorAcceptMixedHASamplesRunningInMicroservicesMode(t *testing.T) {
2120
const blockRangePeriod = 5 * time.Minute
2221

23-
t.Run(fmt.Sprintf("%s", "Distriubtor accept mixed HA samples in the same request"), func(t *testing.T) {
22+
t.Run("Distributor accept mixed HA samples in the same request", func(t *testing.T) {
2423
s, err := e2e.NewScenario(networkName)
2524
require.NoError(t, err)
2625
defer s.Close()

0 commit comments

Comments
 (0)