Skip to content

Commit

Permalink
Dev: activateSurvey also returns plugin feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Aug 24, 2017
1 parent 8322542 commit cf69943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestHelper.php
Expand Up @@ -108,7 +108,7 @@ public function activateSurvey($surveyId)
\Survey::model()->resetCache(); // Make sure the saved values will be picked up

$result = \activateSurvey($surveyId);
$this->assertEquals(['status' => 'OK'], $result, 'Activate survey is OK');
$this->assertEquals(['status' => 'OK', 'pluginFeedback' => null], $result, 'Activate survey is OK');
}

/**
Expand Down

0 comments on commit cf69943

Please sign in to comment.