We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2efe362 commit d72e686Copy full SHA for d72e686
src/__smoke-test__/dataplane-integ.spec.ts
@@ -15,7 +15,7 @@ import {
15
const ENDPOINT = process.env.ENDPOINT;
16
const MONITOR_ID = process.env.MONITOR;
17
const TEST_URL = getUrl(process.env.URL, process.env.VERSION);
18
-const TARGET_URL = ENDPOINT + MONITOR_ID + '/';
+const TARGET_URL = ENDPOINT + MONITOR_ID;
19
20
test('when web client calls PutRumEvents then the response code is 200', async ({
21
page
0 commit comments