Go fmt kinesis output test file

This commit is contained in:
Cameron Sparr 2015-12-11 11:45:07 -07:00
parent b91eab6737
commit e02973b6f4
1 changed files with 1 additions and 2 deletions

View File

@ -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")