summaryrefslogtreecommitdiffstats
path: root/app/command_channel_rename_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'app/command_channel_rename_test.go')
-rw-r--r--app/command_channel_rename_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/command_channel_rename_test.go b/app/command_channel_rename_test.go
index 070462036..ed4186c7f 100644
--- a/app/command_channel_rename_test.go
+++ b/app/command_channel_rename_test.go
@@ -25,7 +25,7 @@ func TestRenameProviderDoCommand(t *testing.T) {
"1234567890123456789012": "",
"12345678901234567890123": "api.command_channel_rename.too_long.app_error",
} {
- actual := rp.DoCommand(args, msg).Text
+ actual := rp.DoCommand(th.App, args, msg).Text
assert.Equal(t, expected, actual)
}
}