Skip to content

Commit

Permalink
Fixing unit test failure for demo
Browse files Browse the repository at this point in the history
  • Loading branch information
Kivlov84 authored Jun 28, 2016
1 parent 7b68101 commit 821fa76
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ protected void doGet(HttpServletRequest request, HttpServletResponse response) t
response.setContentType("text/plain");
response.setStatus(404);
PrintWriter writer = response.getWriter();
writer.print("Buddy Works");
writer.print("Buddy Works with Heroku");
writer.close();
}
}

0 comments on commit 821fa76

Please sign in to comment.