Skip to content

Commit d72e686

Browse files
author
Reno Seo
authored
fix: Remove trailing slash in dataplane-integ.spec.ts (#279)
1 parent 2efe362 commit d72e686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/__smoke-test__/dataplane-integ.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import {
1515
const ENDPOINT = process.env.ENDPOINT;
1616
const MONITOR_ID = process.env.MONITOR;
1717
const TEST_URL = getUrl(process.env.URL, process.env.VERSION);
18-
const TARGET_URL = ENDPOINT + MONITOR_ID + '/';
18+
const TARGET_URL = ENDPOINT + MONITOR_ID;
1919

2020
test('when web client calls PutRumEvents then the response code is 200', async ({
2121
page

0 commit comments

Comments
 (0)