mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-21 02:37:59 +01:00
Marshal HttpResponseException in GooglePlayBillingManager
This commit is contained in:
@@ -273,7 +273,7 @@ class GooglePlayBillingManagerTest {
|
||||
return Stream.of(
|
||||
Arguments.of(404, SubscriptionNotFoundException.class),
|
||||
Arguments.of(410, SubscriptionNotFoundException.class),
|
||||
Arguments.of(400, HttpResponseException.class)
|
||||
Arguments.of(400, IOException.class)
|
||||
);
|
||||
}
|
||||
@ParameterizedTest
|
||||
|
||||
Reference in New Issue
Block a user