Skip to content

Commit 018789e

Browse files
committed
fix: ci
Signed-off-by: sivchari <shibuuuu5@gmail.com>
1 parent b25ed51 commit 018789e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/clusterctl/client/repository/repository_github_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1134,7 +1134,7 @@ func Test_handleGithubErr(t *testing.T) {
11341134
},
11351135
message: "",
11361136
args: nil,
1137-
want: ErrRateLimit,
1137+
want: errRateLimit,
11381138
},
11391139
{
11401140
name: "Return ErrorResponse",

0 commit comments

Comments
 (0)