Skip to content

Commit

Permalink
fix(condo) DOMA-7397: Fix semgrep vulnerability (haha)
Browse files Browse the repository at this point in the history
  • Loading branch information
toplenboren committed Mar 9, 2024
1 parent 1810e05 commit ddb4f12
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ describe('GetNewsSharingRecipientsService', () => {

test('fails if remote server is inaccessible', async () => {
const [B2BAppFailingNewsSharingConfig] = await createTestB2BAppNewsSharingConfig(adminClient, {
getRecipientsUrl: 'http://192.168.255.255',
getRecipientsUrl: 'https://192.168.255.255',
previewUrl: `${testExpressAppBaseUrl}${SUCCESS_PREVIEW_URL}`,
publishUrl: `${testExpressAppBaseUrl}${SUCCESS_PUBLISH_URL}`,
})
Expand Down

0 comments on commit ddb4f12

Please sign in to comment.