Skip to content

Commit 7d8aeb6

Browse files
authored
Update secondary rate limit test with new message
1 parent 661fccb commit 7d8aeb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Github/Tests/HttpClient/Plugin/GithubExceptionThrowerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ public static function responseProvider()
103103
],
104104
json_encode(
105105
[
106-
'message' => 'You have exceeded a secondary rate limit. Please wait a few minutes before you try again.',
106+
'message' => 'You have exceeded a secondary rate limit and have been temporarily blocked from content creation. Please retry your request again later. If you reach out to GitHub Support for help, please include the request ID #xxxxxxx.',
107107
]
108108
)
109109
),

0 commit comments

Comments
 (0)