Commit 7efa0aa0 authored by Oswaldo Ferreira's avatar Oswaldo Ferreira

Remove unnecessary initial request

parent e8841e8d
...@@ -175,7 +175,6 @@ export default { ...@@ -175,7 +175,6 @@ export default {
}); });
}, },
handleMounted() { handleMounted() {
this.checkStatus();
this.setFavicon(); this.setFavicon();
this.initDeploymentsPolling(); this.initDeploymentsPolling();
}, },
......
...@@ -227,7 +227,6 @@ describe('mrWidgetOptions', () => { ...@@ -227,7 +227,6 @@ describe('mrWidgetOptions', () => {
describe('handleMounted', () => { describe('handleMounted', () => {
it('should call required methods to do the initial kick-off', () => { it('should call required methods to do the initial kick-off', () => {
spyOn(vm, 'checkStatus');
spyOn(vm, 'initDeploymentsPolling'); spyOn(vm, 'initDeploymentsPolling');
spyOn(vm, 'setFavicon'); spyOn(vm, 'setFavicon');
......
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