Skip to content

Commit b40a802

Browse files
committed
fix: e2e tests after github installation id
1 parent 70c17f7 commit b40a802

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fplus-lib/src/core/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2111,8 +2111,8 @@ mod tests {
21112111
let gh = github_async_new(OWNER.to_string(), REPO.to_string()).await;
21122112

21132113
log::info!("Creating a new LDNApplication from issue");
2114-
let ldn_application = match LDNApplication::new_from_issue(CreateApplicationInfo {
2115-
issue_number: "706".to_string(),
2114+
let ldn_application: LDNApplication = match LDNApplication::new_from_issue(CreateApplicationInfo {
2115+
issue_number: "37".to_string(),
21162116
owner: OWNER.to_string(),
21172117
repo: REPO.to_string()
21182118
})

0 commit comments

Comments
 (0)