Skip to content

Commit

Permalink
chore: debug
Browse files Browse the repository at this point in the history
Signed-off-by: Manuel Zedel <[email protected]>
  • Loading branch information
mzedel committed Feb 7, 2025
1 parent 74eb811 commit 82d75ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/tests/e2e_tests/integration/10-webhooks.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import test, { expect } from '../fixtures/fixtures.ts';
import { isEnterpriseOrStaging, startWebhookServer } from '../utils/commands.ts';
import { storagePath, timeouts } from '../utils/constants.ts';

const baseWebhookLocation = 'http://127.0.0.1:9000/webhooks';
const baseWebhookLocation = 'http://docker.mender.io:9000/webhooks';

test.describe('Webhooks Functionality', () => {
let server: Server;
Expand Down

0 comments on commit 82d75ba

Please sign in to comment.