From 4df36a504cebc61fa1e5e6f7980f9245b475facf Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 23 Jun 2017 15:47:24 -0700 Subject: PLT-6714: add /settings command (#6716) * add /settings command * update receiver name --- api/command_settings_test.go | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 api/command_settings_test.go (limited to 'api') diff --git a/api/command_settings_test.go b/api/command_settings_test.go new file mode 100644 index 000000000..f34154f39 --- /dev/null +++ b/api/command_settings_test.go @@ -0,0 +1,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")) +} -- cgit v1.2.3-1-g7c22