mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-12-22 19:01:32 +00:00
remove serial
This commit is contained in:
parent
8e5a014740
commit
ad6e44b053
1 changed files with 0 additions and 2 deletions
|
@ -556,7 +556,6 @@ mod tests {
|
||||||
use serial_test::serial;
|
use serial_test::serial;
|
||||||
|
|
||||||
#[tokio::test]
|
#[tokio::test]
|
||||||
#[serial]
|
|
||||||
async fn test_nodeinfo_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("lemmy.ml", &client)
|
let form = build_update_instance_form("lemmy.ml", &client)
|
||||||
|
@ -567,7 +566,6 @@ mod tests {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[tokio::test]
|
#[tokio::test]
|
||||||
#[serial]
|
|
||||||
async fn test_nodeinfo_mastodon_social() -> LemmyResult<()> {
|
async fn test_nodeinfo_mastodon_social() -> 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("mastodon.social", &client)
|
let form = build_update_instance_form("mastodon.social", &client)
|
||||||
|
|
Loading…
Reference in a new issue