summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCyborus <cyborus@cyborus.xyz>2024-01-21 23:07:11 +0100
committerCyborus <cyborus@cyborus.xyz>2024-01-21 23:07:11 +0100
commit37db499785f9f7f10005c84de4b0142d386aadfb (patch)
tree1db52c47f138190b22617b1fab5339f102a7b6e2
parentput test repo in current dir instead of root (diff)
downloadforgejo-api-37db499785f9f7f10005c84de4b0142d386aadfb.tar.xz
forgejo-api-37db499785f9f7f10005c84de4b0142d386aadfb.zip
replace hook type with gitea
makes tests on forgejo development branches pass
-rw-r--r--tests/ci_test.rs2
1 files changed, 1 insertions, 1 deletions
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