summaryrefslogtreecommitdiffstats
path: root/api4/openGraph_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'api4/openGraph_test.go')
-rw-r--r--api4/openGraph_test.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/api4/openGraph_test.go b/api4/openGraph_test.go
index 6a14ad943..b7c4fe314 100644
--- a/api4/openGraph_test.go
+++ b/api4/openGraph_test.go
@@ -9,8 +9,9 @@ import (
"net/http/httptest"
"strings"
- "github.com/mattermost/mattermost-server/model"
"testing"
+
+ "github.com/mattermost/mattermost-server/model"
)
func TestGetOpenGraphMetadata(t *testing.T) {