Commit ae8a0e29 authored by Enrique Alcantara's avatar Enrique Alcantara

Remove signOut path references

parent 6cd25851
...@@ -18,7 +18,6 @@ export default el => { ...@@ -18,7 +18,6 @@ export default el => {
hasCredentials, hasCredentials,
createRolePath, createRolePath,
createClusterPath, createClusterPath,
signOutPath,
externalLinkIcon, externalLinkIcon,
roleArn, roleArn,
} = el.dataset; } = el.dataset;
...@@ -33,7 +32,6 @@ export default el => { ...@@ -33,7 +32,6 @@ export default el => {
instanceTypes: JSON.parse(instanceTypes), instanceTypes: JSON.parse(instanceTypes),
createRolePath, createRolePath,
createClusterPath, createClusterPath,
signOutPath,
roleArn, roleArn,
}, },
}), }),
......
import testAction from 'helpers/vuex_action_helper'; import testAction from 'helpers/vuex_action_helper';
import MockAdapter from 'axios-mock-adapter'; import MockAdapter from 'axios-mock-adapter';
import createState from '~/create_cluster/eks_cluster/store/state'; import createState from '~/create_cluster/eks_cluster/store/state';
import * as actions from '~/create_cluster/eks_cluster/store/actions'; import * as actions from '~/create_cluster/eks_cluster/store/actions';
...@@ -63,7 +62,6 @@ describe('EKS Cluster Store Actions', () => { ...@@ -63,7 +62,6 @@ describe('EKS Cluster Store Actions', () => {
state = { state = {
...createState(), ...createState(),
createRolePath: '/clusters/roles/', createRolePath: '/clusters/roles/',
signOutPath: '/aws/signout',
createClusterPath: '/clusters/', createClusterPath: '/clusters/',
}; };
}); });
......
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