diff --git a/tests/ci_test.rs b/tests/ci_test.rs index 8fee5d6..79447c7 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: "application/json".into(), + content_type: "json".into(), url: url::Url::parse("http://test.local/").unwrap(), other: Default::default(), },