diff --git a/tests/ci_test.rs b/tests/ci_test.rs index d57f5a0..8fee5d6 100644 --- a/tests/ci_test.rs +++ b/tests/ci_test.rs @@ -329,7 +329,7 @@ async fn admin(api: &forgejo_api::Forgejo) -> eyre::Result<()> { authorization_header: None, branch_filter: None, config: forgejo_api::CreateHookOptionConfig { - content_type: "text/plain".into(), + content_type: "application/json".into(), url: url::Url::parse("http://test.local/").unwrap(), other: Default::default(), },