Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
zubaira committed Dec 11, 2024
1 parent f0b4c1d commit ab59783
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ void setUp() throws ForbiddenException, ConflictException, BadRequestException {
SmsGatewayConfig smsGatewayConfig = new BulkSmsGatewayConfig();
smsGatewayConfig.setDefault(true);
smsGatewayConfig.setUsername("user_uio");
smsGatewayConfig.setPassword("R}WKLtkN5<");
smsGatewayConfig.setPassword("RefLt4N5<1");

gatewayAdministrationService.addGateway(smsGatewayConfig);
}
Expand Down

0 comments on commit ab59783

Please sign in to comment.