Go fmt kinesis output test file
This commit is contained in:
parent
b91eab6737
commit
e02973b6f4
|
@ -1,12 +1,11 @@
|
|||
package kinesis
|
||||
|
||||
import (
|
||||
"testing"
|
||||
"github.com/influxdb/telegraf/testutil"
|
||||
"github.com/stretchr/testify/require"
|
||||
"testing"
|
||||
)
|
||||
|
||||
|
||||
func TestFormatMetric(t *testing.T) {
|
||||
if testing.Short() {
|
||||
t.Skip("Skipping integration test in short mode")
|
||||
|
|
Loading…
Reference in New Issue