Skip to content

Commit 34c8fd3

Browse files
🛠️ apply pre-commit fixes
1 parent 6a07aa5 commit 34c8fd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/app/views/sentryAppExternalInstallation/index.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ describe('SentryAppExternalInstallation', () => {
373373

374374
render(<SentryAppExternalInstallation />, {
375375
initialRouterConfig: {
376-
route: `/sentry-apps/:sentryAppSlug/external-install/`,
376+
route: '/sentry-apps/:sentryAppSlug/external-install/',
377377
location: {
378378
pathname: `/sentry-apps/${sentryApp.slug}/external-install/`,
379379
},

0 commit comments

Comments
 (0)