mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-23 06:38:03 +01:00
Set boost description from configuration
This commit is contained in:
@@ -85,7 +85,7 @@ class DonationControllerTest {
|
||||
}
|
||||
|
||||
static StripeConfiguration getStripeConfiguration() {
|
||||
return new StripeConfiguration("test-api-key", new byte[16]);
|
||||
return new StripeConfiguration("test-api-key", new byte[16], "Boost Description String");
|
||||
}
|
||||
|
||||
static BadgesConfiguration getBadgesConfiguration() {
|
||||
|
||||
Reference in New Issue
Block a user