@@ -36,7 +36,7 @@ func Test_Docs_DocsCommand(t *testing.T) {
3636 cm .IO .AssertCalled (t , "PrintTrace" , mock .Anything , slacktrace .DocsSuccess , mock .Anything )
3737 },
3838 ExpectedOutputs : []string {
39- "Slack developer docs " ,
39+ "Docs Open " ,
4040 "https://docs.slack.dev" ,
4141 },
4242 },
@@ -48,7 +48,7 @@ func Test_Docs_DocsCommand(t *testing.T) {
4848 cm .IO .AssertCalled (t , "PrintTrace" , mock .Anything , slacktrace .DocsSearchSuccess , mock .Anything )
4949 },
5050 ExpectedOutputs : []string {
51- "Searching Slack developer docs: \" messaging \" " ,
51+ "Docs Search " ,
5252 "https://docs.slack.dev/search/?q=messaging" ,
5353 },
5454 },
@@ -60,7 +60,7 @@ func Test_Docs_DocsCommand(t *testing.T) {
6060 cm .IO .AssertCalled (t , "PrintTrace" , mock .Anything , slacktrace .DocsSearchSuccess , mock .Anything )
6161 },
6262 ExpectedOutputs : []string {
63- "Searching Slack developer docs: \" socket mode \" " ,
63+ "Docs Search " ,
6464 "https://docs.slack.dev/search/?q=socket+mode" ,
6565 },
6666 },
@@ -72,7 +72,7 @@ func Test_Docs_DocsCommand(t *testing.T) {
7272 cm .IO .AssertCalled (t , "PrintTrace" , mock .Anything , slacktrace .DocsSearchSuccess , mock .Anything )
7373 },
7474 ExpectedOutputs : []string {
75- "Searching Slack developer docs: \" messages & webhooks \" " ,
75+ "Docs Search " ,
7676 "https://docs.slack.dev/search/?q=messages+%26+webhooks" ,
7777 },
7878 },
@@ -84,7 +84,7 @@ func Test_Docs_DocsCommand(t *testing.T) {
8484 cm .IO .AssertCalled (t , "PrintTrace" , mock .Anything , slacktrace .DocsSearchSuccess , mock .Anything )
8585 },
8686 ExpectedOutputs : []string {
87- "Searching Slack developer docs: \" webhook \" send message \" \" " ,
87+ "Docs Search " ,
8888 "https://docs.slack.dev/search/?q=webhook+%22send+message%22" ,
8989 },
9090 },
@@ -96,7 +96,7 @@ func Test_Docs_DocsCommand(t *testing.T) {
9696 cm .IO .AssertCalled (t , "PrintTrace" , mock .Anything , slacktrace .DocsSuccess , mock .Anything )
9797 },
9898 ExpectedOutputs : []string {
99- "Slack developer docs " ,
99+ "Docs Open " ,
100100 "https://docs.slack.dev" ,
101101 },
102102 },
0 commit comments