mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-22 10:18:04 +01:00
Hardcode paymentActivation flag to true
This commit is contained in:
@@ -391,7 +391,7 @@ class ProfileControllerTest {
|
||||
.get(BaseProfileResponse.class);
|
||||
|
||||
assertThat(profile.getCapabilities().pni()).isTrue();
|
||||
assertThat(profile.getCapabilities().paymentActivation()).isFalse();
|
||||
assertThat(profile.getCapabilities().paymentActivation()).isTrue();
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user