Skip to content

Commit

Permalink
Uncommenting test. Is not the culprit of the failures
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Echeverri committed Jul 12, 2013
1 parent f557d7e commit 346725c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/etest_http_test.erl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ test_response_assertions() ->
?assert_status(200, Res),
?assert_error({assert_status, _}, ?assert_status(400, Res)),
?assert_body_contains("Hello", Res),
%% ?assert_body_not_contains("Olleh", Res),
?assert_body_not_contains("Olleh", Res),

?assert_error({assert_contains, _}, ?assert_body_contains("Olleh", Res)),

Expand Down

0 comments on commit 346725c

Please sign in to comment.