diff --git a/alfa-client/apps/alfa-e2e/src/support/commands.ts b/alfa-client/apps/alfa-e2e/src/support/commands.ts
index 73667eba67cbedf8ea1730085abd6e6417c4c720..1d1403d708893387744dec0e12e7783f116802a6 100644
--- a/alfa-client/apps/alfa-e2e/src/support/commands.ts
+++ b/alfa-client/apps/alfa-e2e/src/support/commands.ts
@@ -265,7 +265,7 @@ Cypress.Commands.add('resetSmocker', () => {
 
 function getSmockerUrl(): string {
   const smockerEnv: string = getSmockerEnv();
-  return `${smockerEnv['url']}`;
+  return smockerEnv['url'];
 }
 
 function getSmockerEnv(): string {