forgejo-hooks: Rename issue-new test to issue-opened
Signed-off-by: pep <pep@bouah.net>
This commit is contained in:
parent
0ec50d7d74
commit
6e7462f54d
2 changed files with 2 additions and 2 deletions
|
@ -54,8 +54,8 @@ fn push_payload() {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn issue_new() {
|
fn issue_opened() {
|
||||||
let payload = std::fs::read_to_string("src/tests/issue-new.json").unwrap();
|
let payload = std::fs::read_to_string("src/tests/issue-opened.json").unwrap();
|
||||||
let _ = parse_roundtrip::<Issue>(&payload);
|
let _ = parse_roundtrip::<Issue>(&payload);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue