Commit b84dc2c7 authored by Douwe Maan's avatar Douwe Maan

Merge branch 'bw-fix-geo-repair-authentication-route' into 'master'

Fix route for Geo 'Repair authentication'

See merge request gitlab-org/gitlab-ee!4186
parents ae6484ec 5e2b4972
......@@ -3,7 +3,7 @@ export const NODE_ACTION_BASE_PATH = '/admin/geo_nodes/';
export const NODE_ACTIONS = {
TOGGLE: '/toggle',
EDIT: '/edit',
REPAIR: '/reconfigure',
REPAIR: '/repair',
};
export const VALUE_TYPE = {
......
......@@ -83,7 +83,7 @@ describe('GeoNodeActionsComponent', () => {
describe('nodeRepairAuthPath', () => {
it('returns node repair authentication path', () => {
expect(vm.nodeRepairAuthPath).toBe('/admin/geo_nodes/1/reconfigure');
expect(vm.nodeRepairAuthPath).toBe('/admin/geo_nodes/1/repair');
});
});
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment