aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/tests/util/http_downloader_test.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe/tests/util/http_downloader_test.rs')
-rw-r--r--crates/shirabe/tests/util/http_downloader_test.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/shirabe/tests/util/http_downloader_test.rs b/crates/shirabe/tests/util/http_downloader_test.rs
index 5c34e19..59807a9 100644
--- a/crates/shirabe/tests/util/http_downloader_test.rs
+++ b/crates/shirabe/tests/util/http_downloader_test.rs
@@ -17,7 +17,6 @@ fn test_capture_authentication_params_from_url() {
}
#[test]
-#[ignore]
fn test_output_warnings() {
let io: Rc<RefCell<BufferIO>> = Rc::new(RefCell::new(
BufferIO::new(String::new(), VERBOSITY_NORMAL, None).unwrap(),