Skip to content

Commit be33d08

Browse files
committed
Fix test
1 parent c7a49b2 commit be33d08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • x-pack/platform/plugins/shared/fleet/public/applications/fleet/sections/agent_policy/create_package_policy_page/single_page_layout

x-pack/platform/plugins/shared/fleet/public/applications/fleet/sections/agent_policy/create_package_policy_page/single_page_layout/index.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ describe('When on the package policy create page', () => {
464464
await setupSaveNavigate(routeState, queryParamsPolicyId);
465465

466466
expect(useStartServices().application.navigateToApp).toHaveBeenCalledWith(PLUGIN_ID, {
467-
path: '/policies/agent-policy-1?openEnrollmentFlyout=true',
467+
path: '/save/url/here?openEnrollmentFlyout=true',
468468
});
469469
});
470470

0 commit comments

Comments
 (0)