Dont connect to broken Pleroma instance during webfinger test (#117)
This commit is contained in:
parent
930c928878
commit
08af457453
1 changed files with 0 additions and 2 deletions
|
@ -264,8 +264,6 @@ mod tests {
|
|||
let data = config.to_request_data();
|
||||
|
||||
webfinger_resolve_actor::<DbConnection, DbUser>("LemmyDev@mastodon.social", &data).await?;
|
||||
// poa.st is as of 2023-07-14 the largest Pleroma instance
|
||||
webfinger_resolve_actor::<DbConnection, DbUser>("graf@poa.st", &data).await?;
|
||||
Ok(())
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue