diff options
author | Cyborus <cyborus@cyborus.xyz> | 2024-01-21 23:07:11 +0100 |
---|---|---|
committer | Cyborus <cyborus@cyborus.xyz> | 2024-01-21 23:07:11 +0100 |
commit | 37db499785f9f7f10005c84de4b0142d386aadfb (patch) | |
tree | 1db52c47f138190b22617b1fab5339f102a7b6e2 | |
parent | put test repo in current dir instead of root (diff) | |
download | forgejo-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.rs | 2 |
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 |