Commit 5e2b4972 authored by Brett Walker's avatar Brett Walker Committed by Douwe Maan

Fix route for Geo 'Repair authentication'

parent ae6484ec
......@@ -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