forked from MightyPork/elefren-fork
tests(upload): Ignore integration test with real Mastodon connection per default (#17)
This commit is contained in:
@@ -6,7 +6,10 @@ use std::env;
|
||||
use mammut::{Data, Mastodon};
|
||||
use dotenv::dotenv;
|
||||
|
||||
// Do not run this test by default because it requires a real Mastodon
|
||||
// connection setup.
|
||||
#[test]
|
||||
#[ignore]
|
||||
fn upload_photo() {
|
||||
dotenv().ok();
|
||||
run().unwrap();
|
||||
|
||||
Reference in New Issue
Block a user