Skip to content

Commit

Permalink
[WIP] Fix mocks
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkro committed Jul 11, 2018
1 parent f23d642 commit def1e45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/javascript/react/screens/App/Plan/PlanActions.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export const fetchAnsiblePlaybookTemplateAction = (url, id) => {

const _getTasksForAllRequestsForPlanActionCreator = url => dispatch =>
dispatch({
type: FETCH_V2V_PLAN_REQUEST,
type: FETCH_V2V_ALL_REQUESTS_WITH_TASKS_FOR_PLAN,
payload: Promise.resolve({ data: { results: [requestWithTasks] } })
});

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const migrationPlan = {
transformation_mapping_id: '1',
pre_service_id: '43',
post_service_id: '4',
tasks: [
actions: [
{ vm_id: '1', pre_service: true, post_service: true },
{ vm_id: '2', pre_service: false, post_service: false },
{ vm_id: '3', pre_service: true, post_service: true }
Expand Down

0 comments on commit def1e45

Please sign in to comment.