Skip to content

Commit

Permalink
fix(test): fix a miss
Browse files Browse the repository at this point in the history
  • Loading branch information
ToQoz committed Dec 19, 2015
1 parent 8370805 commit 9f08312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ var apiGatewayRoutes = [
"application/json": '{"username": "$input.params(\'username\')"}'
},
responseTemplates: {
"text/html": "<h1>$input.path('$.name')</h1>"
"text/html": "$input.path('$')"
},
}
];
Expand Down

0 comments on commit 9f08312

Please sign in to comment.