Skip to content

Commit

Permalink
yep, that was it
Browse files Browse the repository at this point in the history
  • Loading branch information
KevLehman committed May 23, 2023
1 parent 5b60291 commit d61bbfb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
10 changes: 1 addition & 9 deletions apps/meteor/tests/end-to-end/api/livechat/06-integrations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,15 +122,7 @@ describe('LIVECHAT - Integrations', function () {
});

describe('Livechat - Webhooks', () => {
const webhookUrl = process.env.WEBHOOK_TEST_URL;
console.log('--------------------------------------');
console.log('Webhook test URL:', webhookUrl);
console.log('--------------------------------------');

if (!webhookUrl && process.env.TEST_MODE) {
console.warn('Webhook test URL not set. Skipping webhook tests.');
return;
}
const webhookUrl = process.env.WEBHOOK_TEST_URL || 'https://httpbin.org';

describe('livechat/webhook.test', () => {
it('should fail when user doesnt have view-livechat-webhooks permission', async () => {
Expand Down
1 change: 0 additions & 1 deletion docker-compose-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ services:
- 'TRANSPORTER=${TRANSPORTER}'
- MOLECULER_LOG_LEVEL=info
- 'ROCKETCHAT_LICENSE=${ENTERPRISE_LICENSE}'
- 'WEBHOOK_TEST_URL=host.docker.internal:10000'
extra_hosts:
- 'host.docker.internal:host-gateway'
depends_on:
Expand Down

0 comments on commit d61bbfb

Please sign in to comment.