diff --git a/app/plugin_hooks_test.go b/app/plugin_hooks_test.go index 3f447179ff..b85e3b9a0f 100644 --- a/app/plugin_hooks_test.go +++ b/app/plugin_hooks_test.go @@ -19,7 +19,6 @@ import ( "github.com/mattermost/mattermost-server/plugin/plugintest/mock" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" - "time" ) func compileGo(t *testing.T, sourceCode, outputPath string) {