We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3c8bca commit 62d0988Copy full SHA for 62d0988
tests/HandlerTest.php
@@ -82,7 +82,7 @@
82
$mock = new MockHandler();
83
84
$mock->append(function (CommandInterface $cmd, RequestInterface $req) {
85
- return new ApiGatewayManagementApiException('', $cmd, ['code' => 'GoneException']);
+ return new ApiGatewayManagementApiException('', $cmd, ['code' => 'Gone']);
86
});
87
88
/** @var SubscriptionRepository */
0 commit comments