replace hook type with gitea
makes tests on forgejo development branches pass
This commit is contained in:
parent
26303fc1f8
commit
37db499785
|
@ -433,7 +433,7 @@ async fn admin() {
|
||||||
.into(),
|
.into(),
|
||||||
},
|
},
|
||||||
events: Some(Vec::new()),
|
events: Some(Vec::new()),
|
||||||
r#type: "forgejo".into(),
|
r#type: "gitea".into(),
|
||||||
};
|
};
|
||||||
// yarr har har me matey this is me hook
|
// yarr har har me matey this is me hook
|
||||||
let hook = api
|
let hook = api
|
||||||
|
|
Loading…
Reference in a new issue