Make json an optional feature (default off)
This commit is contained in:
committed by
Sean McArthur
parent
a787fc1b38
commit
24394364eb
@@ -45,6 +45,7 @@ async fn response_text() {
|
||||
}
|
||||
|
||||
#[tokio::test]
|
||||
#[cfg(feature = "json")]
|
||||
async fn response_json() {
|
||||
let _ = env_logger::try_init();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user