From d10e7bd9d24981b3f3637c2b508410fb2b66df35 Mon Sep 17 00:00:00 2001
From: OZGCloud <ozgcloud@mgm-tp.com>
Date: Fri, 7 Jun 2024 15:19:15 +0200
Subject: [PATCH] ozg-5794 pr comment

---
 alfa-client/apps/alfa-e2e/src/support/commands.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/alfa-client/apps/alfa-e2e/src/support/commands.ts b/alfa-client/apps/alfa-e2e/src/support/commands.ts
index 73667eba67..1d1403d708 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 {
-- 
GitLab