Skip to content

Commit

Permalink
fix: テスト値見直し
Browse files Browse the repository at this point in the history
  • Loading branch information
akagane99 committed May 4, 2019
1 parent d953a92 commit c80e201
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ private function __getData($isPost) {
'QuestionnaireSetting' => array(
'id' => 2,
'block_key' => 'block_2',
'use_workflow' => true,
'approval_type' => true,
'use_workflow' => '1',
'approval_type' => '1',
)
);
} else {
Expand Down

0 comments on commit c80e201

Please sign in to comment.