mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 17:52:24 -05:00
[chore] Try to parse public key as both Actor + bare key (#2710)
* [chore] Try to parse public key as both Actor + bare key * fix weird test fail
This commit is contained in:
parent
adf345f1ec
commit
4bbdef02f1
5 changed files with 217 additions and 75 deletions
|
|
@ -688,7 +688,7 @@ func (suite *GetTestSuite) TestGetTimelinesAsync() {
|
|||
limit,
|
||||
local,
|
||||
); err != nil {
|
||||
suite.FailNow(err.Error())
|
||||
suite.Fail(err.Error())
|
||||
}
|
||||
|
||||
wg.Done()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue