Skip to content

Commit

Permalink
fix e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
rgdoliveira committed Oct 4, 2023
1 parent d060b00 commit 3646062
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/e2e/single-pr/single-pr.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -262,15 +262,15 @@ test("PR from owner2/target:branchA to owner1/target:branchB", async () => {
mockApi: [
moctokit.rest.repos
.get({
owner: "owner1",
owner: "owner2",
repo: "project3",
})
.setResponse({
status: 200,
data: {
name: "project3",
owner: {
login: "owner1",
login: "owner2",
},
},
}),
Expand Down Expand Up @@ -391,7 +391,7 @@ test("PR from owner2/target:branchA to owner1/target-different-name:branchB", as
mockApi: [
moctokit.rest.repos
.get({
owner: "owner1",
owner: "owner2",
repo: "project1",
})
.setResponse({
Expand Down

0 comments on commit 3646062

Please sign in to comment.