Skip to content

Commit

Permalink
[playframework#1054] Tutorial: wrong assert in tutorial code.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludovico Fischer authored and Peter Hilton committed Nov 18, 2011
1 parent 6665daf commit be46d62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/manual/guide10.textile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ bc. …
public void testAdminSecurity() {
Response response = GET("/admin");
assertStatus(302, response);
assertHeaderEquals("Location", "http://localhost/login", response);
assertHeaderEquals("Location", "/login", response);
}

Expand Down

0 comments on commit be46d62

Please sign in to comment.