mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-22 20:31:19 +00:00
parent
32cee9cbca
commit
e9b0da3fa1
1 changed files with 2 additions and 2 deletions
|
@ -559,9 +559,9 @@ mod tests {
|
||||||
|
|
||||||
#[tokio::test]
|
#[tokio::test]
|
||||||
#[serial]
|
#[serial]
|
||||||
async fn test_nodeinfo_voyager_lemmy_ml() -> LemmyResult<()> {
|
async fn test_nodeinfo_lemmy_ml() -> LemmyResult<()> {
|
||||||
let client = ClientBuilder::new(client_builder(&Settings::default()).build()?).build();
|
let client = ClientBuilder::new(client_builder(&Settings::default()).build()?).build();
|
||||||
let form = build_update_instance_form("voyager.lemmy.ml", &client)
|
let form = build_update_instance_form("lemmy.ml", &client)
|
||||||
.await
|
.await
|
||||||
.ok_or(LemmyErrorType::CouldntFindObject)?;
|
.ok_or(LemmyErrorType::CouldntFindObject)?;
|
||||||
assert_eq!(
|
assert_eq!(
|
||||||
|
|
Loading…
Reference in a new issue