From 4370068855b0cf9eaa4a7c39455b13cfecd64f2d Mon Sep 17 00:00:00 2001 From: Lizaveta Korshuk Date: Fri, 12 Jun 2026 17:57:57 +0200 Subject: [PATCH] [WPB-26249] Migrate from anta to QA federation env for federation tests --- apps/webapp/test/e2e_tests/.env.staging.tpl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/webapp/test/e2e_tests/.env.staging.tpl b/apps/webapp/test/e2e_tests/.env.staging.tpl index 13dc4559f02..3f5d1af5fb4 100644 --- a/apps/webapp/test/e2e_tests/.env.staging.tpl +++ b/apps/webapp/test/e2e_tests/.env.staging.tpl @@ -47,7 +47,7 @@ WEBAPP_URL=op://Test Automation/BackendConnection staging/webappUrl DOMAIN=op://Test Automation/BackendConnection staging/domain BASIC_AUTH=op://Test Automation/BackendConnection staging/basicAuth -FEDERATION_BACKEND_URL=op://Test Automation/BackendConnection anta/backendUrl -FEDERATION_WEBAPP_URL=op://Test Automation/BackendConnection anta/webappUrl -FEDERATION_DOMAIN=op://Test Automation/BackendConnection anta/domain -FEDERATION_BASIC_AUTH=op://Test Automation/BackendConnection anta/basicAuth \ No newline at end of file +FEDERATION_BACKEND_URL=op://Test Automation/BackendConnection qa-federation-a/backendUrl +FEDERATION_WEBAPP_URL=op://Test Automation/BackendConnection qa-federation-a/webappUrl +FEDERATION_DOMAIN=op://Test Automation/BackendConnection qa-federation-a/domain +FEDERATION_BASIC_AUTH=op://Test Automation/BackendConnection qa-federation-a/basicAuth \ No newline at end of file