From 7024a8e3c6b133a6e61facb88ace1036d5a5b00a Mon Sep 17 00:00:00 2001 From: Simon Castagna Date: Mon, 23 Feb 2026 15:13:17 +0100 Subject: [PATCH] Change PR number in test --- internal/github/github_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/github/github_test.go b/internal/github/github_test.go index 44017b0e5..cf72c8799 100644 --- a/internal/github/github_test.go +++ b/internal/github/github_test.go @@ -193,7 +193,7 @@ func (suite *GithubTestSuite) TestGetPullRequestApprovers() { name: "non-existing PR causes an error", ghOrg: "kosli-dev", repository: "cli", - number: 666, + number: 662, result: result{ wantError: true, },