Add TestCmdXSearch and TestCmdMikami

This commit is contained in:
178inaba 2017-05-03 03:05:36 +09:00
parent a796ca03c5
commit d0504fea0f
3 changed files with 58 additions and 0 deletions

View file

@ -30,6 +30,7 @@ func testWithServer(h http.HandlerFunc, testFuncs ...func(*cli.App)) string {
"config": &mastodon.Config{
Server: "https://example.com",
},
"xsearch_url": ts.URL,
}
for _, f := range testFuncs {