build(deps-dev): apply updates
[e-mobility-charging-stations-simulator.git] / test / robohydra / plugins / wsServer / index.js
index fb5e4969ed8e960f7d18da3e8440a6169647055b..dfb4268989fe05d617a9b16297d709a757ba42e4 100644 (file)
@@ -43,10 +43,10 @@ exports.getBodyParts = function (conf) {
         mountPath: '/proxy',
         proxyTo: 'ws://server.example.com',
         preProcessor: function (data) {
-          console.info('From the client: ' + data);
+          console.info(`From the client: ${data}`);
         },
         postProcessor: function (data) {
-          console.info('From the server: ' + data);
+          console.info(`From the server: ${data}`);
         },
       }),