manager: Fix fake event not pointing at the correct repo
This commit is contained in:
parent
b484256246
commit
d900bd80ab
|
@ -49,8 +49,8 @@ pub fn fake() -> IssueEventMeta {
|
|||
issue: IssueMeta {
|
||||
number: 1337,
|
||||
repository: RepoMeta {
|
||||
name: "techtree-poc".to_owned(),
|
||||
owner: "rahix".to_owned(),
|
||||
name: "techtree".to_owned(),
|
||||
owner: "fafo".to_owned(),
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue