summaryrefslogtreecommitdiffstats
path: root/api/command_settings_test.go
blob: f34154f39ca148d7ef68ae9439466cb9afe6dc45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.

package api

import (
	"testing"
)

func TestSettingsCommand(t *testing.T) {
	th := Setup().InitBasic()
	th.BasicClient.Must(th.BasicClient.Command(th.BasicChannel.Id, "/settings"))
}