diff --git a/test/server/SimpleServer.js b/test/server/SimpleServer.js index 473ed61475b..88595761df5 100644 --- a/test/server/SimpleServer.js +++ b/test/server/SimpleServer.js @@ -136,8 +136,8 @@ class SimpleServer { } /** - * @param {string} fromPath - * @param {string} toPath + * @param {string} from + * @param {string} to */ setRedirect(from, to) { this.setRoute(from, (req, res) => {