Skip to content

Commit

Permalink
Merge pull request WebGoat#379 from misfir3/missing-function-level-ac
Browse files Browse the repository at this point in the history
Missing function level ac
  • Loading branch information
misfir3 authored Aug 9, 2017
2 parents 51c9363 + ec2ab55 commit 6a440a9
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,5 @@ public void HiddenMenusFailure() throws Exception {
.andExpect(jsonPath("$.feedback", CoreMatchers.is(messages.getMessage("access-control.hidden-menus.failure"))))
.andExpect(jsonPath("$.lessonCompleted", CoreMatchers.is(false)));
}

}

0 comments on commit 6a440a9

Please sign in to comment.