Skip to content

Commit

Permalink
Fix test error due to change in error text
Browse files Browse the repository at this point in the history
  • Loading branch information
choptastic committed Apr 30, 2014
1 parent c3bb1cc commit 3cf99b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/boss_web_controller_test.erl
Expand Up @@ -15,7 +15,7 @@ wants_session(_Application, R, _Modules) ->

call_controller_action_test() ->
R = boss_web_controller:call_controller_action(?MODULE, exit,[]),
?assertEqual( {output, "Process Error see console.log for details\n"}, R),
?assertEqual( {output, "Error in controller, see console.log for details\n"}, R),
?assertEqual( ok, boss_web_controller:call_controller_action(?MODULE, return,[])).

make_action_session_id_test() ->
Expand Down

0 comments on commit 3cf99b9

Please sign in to comment.