diff --git a/src/sdk.spec.js b/src/sdk.spec.js index 5c9527538..327edb8be 100644 --- a/src/sdk.spec.js +++ b/src/sdk.spec.js @@ -154,7 +154,7 @@ describe('OpenForm', () => { ], [ '/some-subpath?_action=stap&_action_params=step-1', - 'http://localhost/some-subpath/stap/startpagina', // SDK redirects to start page + 'http://localhost/some-subpath/stap/startpagina', // SDK redirects to start page ], ])('should handle action redirects correctly', async (initialUrl, expected) => { mswServer.use(...apiMocks); @@ -188,7 +188,7 @@ describe('OpenForm', () => { ], [ '/some-subpath?_action=stap&_action_params=step-1', - 'http://localhost/#/some-subpath/startpagina', // SDK redirects to start page + 'http://localhost/#/some-subpath/startpagina', // SDK redirects to start page ], ])( 'should handle action redirects correctly (hash based routing)',