Skip to content

Commit

Permalink
Forcing build after dependent PRs have been merged
Browse files Browse the repository at this point in the history
  • Loading branch information
kruge002 committed Feb 28, 2018
1 parent 8fbaf47 commit b65203c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ describe('reconfigureFormController', function() {
socket_count: vm.reconfigureModel.socket_count,
cores_per_socket_count: vm.reconfigureModel.cores_per_socket_count,
vmAddDisks: [ ], vmRemoveDisks: [ ], vmResizeDisks: [ ],
vmAddNetworkAdapters: [ ], vmRemoveNetworkAdapters: [ ] };
vmAddNetworkAdapters: [ ], vmRemoveNetworkAdapters: [ ]};

expect(miqService.miqAjaxButton).toHaveBeenCalledWith('reconfigure_update/1000000000003?button=submit', submitContent);
});
Expand Down

0 comments on commit b65203c

Please sign in to comment.