Skip to content

Commit

Permalink
test: update url to https
Browse files Browse the repository at this point in the history
  • Loading branch information
mvarlic committed Aug 28, 2024
1 parent 0659a74 commit 1377589
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tests/patpass/inscription.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ describe('PatpassComercioTest', () => {
.post('/patInscription')
.reply(200, mockResponse);

const urlRequest = 'http://localhost:8081/patpass-comercio/commit';
const urlRequest = 'https://localhost:8081/patpass-comercio/commit';
const name = 'nombre';
const firstLastName = 'apellido';
const secondLastName = 'sapellido';
const rut = '14140066-5';
const serviceId = 'service123';
const finalUrl = 'http://localhost:8081/patpass-comercio/final';
const finalUrl = 'https://localhost:8081/patpass-comercio/final';
const maxAmount = 0;
const phoneNumber = '123456734';
const mobileNumber = '123456723';
Expand Down
2 changes: 1 addition & 1 deletion tests/webpay/webpay_plus/mall_transaction.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ describe('WebpayPlusMallTest', () => {
url: urlResponse
});

const returnUrl = 'http://www.google.com';
const returnUrl = 'https://www.google.com';

const buyOrder = randomInt(0, 1000).toString();
const sessionId = randomInt(0, 1000).toString();
Expand Down

0 comments on commit 1377589

Please sign in to comment.