summaryrefslogtreecommitdiffstats
path: root/api4/webrtc_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'api4/webrtc_test.go')
-rw-r--r--api4/webrtc_test.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/api4/webrtc_test.go b/api4/webrtc_test.go
index 660bb6f62..4ad20175e 100644
--- a/api4/webrtc_test.go
+++ b/api4/webrtc_test.go
@@ -4,8 +4,9 @@
package api4
import (
- "github.com/mattermost/mattermost-server/model"
"testing"
+
+ "github.com/mattermost/mattermost-server/model"
)
func TestGetWebrtcToken(t *testing.T) {