Skip to content

Commit

Permalink
Fix one more e2e test.
Browse files Browse the repository at this point in the history
  • Loading branch information
gijskant committed Dec 16, 2016
1 parent 2ede9e9 commit 14cba3f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class TreeController {
@RequestParam('depth') Integer depth,
@RequestParam('counts') Boolean counts,
@RequestParam('tags') Boolean tags) {
def acceptedParams = ['action', 'controller', 'apiVersion', 'root', 'depth', 'count', 'tags']
def acceptedParams = ['action', 'controller', 'apiVersion', 'root', 'depth', 'counts', 'tags']
params.keySet().each { param ->
if (!acceptedParams.contains(param)) {
throw new InvalidArgumentsException("Parameter not supported: $param.")
Expand Down

0 comments on commit 14cba3f

Please sign in to comment.