From 91bfc72a99477b6d611b13e225786e3ca7add10c Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 22 Dec 2017 06:09:33 -0600 Subject: Reduce logging data races, fix MySQL test race condition (#7994) * fix races * revert unintentional change * fix test as intended --- api4/openGraph_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'api4/openGraph_test.go') 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) { -- cgit v1.2.3-1-g7c22