Skip to content

Commit

Permalink
Fix [GithubPullRequestCheckState] test (#10200)
Browse files Browse the repository at this point in the history
  • Loading branch information
PyvesB committed Jun 2, 2024
1 parent f1727a3 commit 81585ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/github/github-pull-request-check-state.tester.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ t.create(
nock =>
nock('https://api.github.com', { allowUnmocked: true })
.get('/repos/badges/shields/pulls/1110')
.reply(200, JSON.stringify({ head: { sha: 'abc123' } })), // Looks like a real ref, but isn't.
.reply(200, JSON.stringify({ head: { sha: 'abcde12356' } })), // Looks like a real ref, but isn't.
)
.networkOn()
.expectBadge({
Expand Down

0 comments on commit 81585ac

Please sign in to comment.