fix test for search command
This commit is contained in:
parent
cc593fd21e
commit
6c3b27aa4e
3 changed files with 27 additions and 10 deletions
|
@ -28,7 +28,7 @@ func testWithServer(h http.HandlerFunc, testFunc func(*cli.App)) string {
|
|||
app.Metadata = map[string]interface{}{
|
||||
"client": client,
|
||||
"config": &mastodon.Config{
|
||||
Server: "example.com",
|
||||
Server: "https://example.com",
|
||||
},
|
||||
}
|
||||
testFunc(app)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue