From 516e7db7c2d89eb24a3fe085e45d4867e6aef105 Mon Sep 17 00:00:00 2001 From: Jonathan Idland Olsnes <73334350+Jonathanio123@users.noreply.github.com> Date: Tue, 26 Nov 2024 13:27:06 +0100 Subject: [PATCH] fix(summary): Remove extra ' " ' (#726) - [ ] New feature - [x] Bug fix - [ ] High impact **Description of work:** **Testing:** - [ ] Can be tested - [ ] Automatic tests created / updated - [x] Local tests are passing Tested by running ci pipeline **Checklist:** - [ ] Considered automated tests - [ ] Considered updating specification / documentation - [ ] Considered work items - [ ] Considered security - [x] Performed developer testing - [x] Checklist finalized / ready for review --- pipelines/templates/deploy-summary-function-template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines/templates/deploy-summary-function-template.yml b/pipelines/templates/deploy-summary-function-template.yml index 065c3a251..09804e244 100644 --- a/pipelines/templates/deploy-summary-function-template.yml +++ b/pipelines/templates/deploy-summary-function-template.yml @@ -47,7 +47,7 @@ steps: $resources = "https://fra-resources.api.fusion.equinor.com" $notifications = "https://notification.api.fusion.equinor.com" $context = "https://context.api.fusion.equinor.com" - $roles = "https://roles.api.fusion.equinor.com"" + $roles = "https://roles.api.fusion.equinor.com" } else { $summary = "https://fra-summary.$environment.api.fusion-dev.net"