Skip to content

Commit 474193e

Browse files
Update static/app/views/detectors/components/details/cron/index.spec.tsx
Co-authored-by: Scott Cooper <scttcper@gmail.com>
1 parent 0b2453a commit 474193e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/app/views/detectors/components/details/cron/index.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ describe('CronDetectorDetails - check-ins', () => {
370370
});
371371

372372
const muteRequest = MockApiClient.addMockResponse({
373-
url: `/projects/org-slug/${project.slug}/monitors/${detectorWithMultipleEnvs.dataSources[0].queryObj.slug}/environments/production`,
373+
url: `/projects/org-slug/${project.slug}/monitors/${detectorWithMultipleEnvs.dataSources[0].queryObj.slug}/environments/production/`,
374374
method: 'PUT',
375375
body: {},
376376
});

0 commit comments

Comments
 (0)