From 37db499785f9f7f10005c84de4b0142d386aadfb Mon Sep 17 00:00:00 2001 From: Cyborus Date: Sun, 21 Jan 2024 17:07:11 -0500 Subject: [PATCH] replace hook type with gitea makes tests on forgejo development branches pass --- tests/ci_test.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ci_test.rs b/tests/ci_test.rs index b5d3706..3435ac5 100644 --- a/tests/ci_test.rs +++ b/tests/ci_test.rs @@ -433,7 +433,7 @@ async fn admin() { .into(), }, events: Some(Vec::new()), - r#type: "forgejo".into(), + r#type: "gitea".into(), }; // yarr har har me matey this is me hook let hook = api