summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
Diffstat (limited to 'api')
-rw-r--r--api/post_test.go1
-rw-r--r--api/websocket_test.go1
2 files changed, 0 insertions, 2 deletions
diff --git a/api/post_test.go b/api/post_test.go
index eb01195db..509432a25 100644
--- a/api/post_test.go
+++ b/api/post_test.go
@@ -1323,7 +1323,6 @@ func TestGetFileInfosForPost(t *testing.T) {
}
}
-// TODO: Needs to be vastly fleshed out
func TestSendNotifications(t *testing.T) {
th := Setup().InitBasic()
Client := th.BasicClient
diff --git a/api/websocket_test.go b/api/websocket_test.go
index 7af2d2113..d7dbf1561 100644
--- a/api/websocket_test.go
+++ b/api/websocket_test.go
@@ -13,7 +13,6 @@ import (
"github.com/mattermost/platform/model"
)
-// XXX FIXME
/*func TestWebSocketAuthentication(t *testing.T) {
th := Setup().InitBasic()
WebSocketClient, err := th.CreateWebSocketClient()