Skip to content

Commit

Permalink
fix(summary): Remove extra ' " ' (#726)
Browse files Browse the repository at this point in the history
- [ ] New feature
- [x] Bug fix
- [ ] High impact

**Description of work:**
<!--- Please give a description of the work --->


**Testing:**
- [ ] Can be tested
- [ ] Automatic tests created / updated
- [x] Local tests are passing

<!--- Please give a description of how this can be tested --->

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

<!--- Other comments --->
  • Loading branch information
Jonathanio123 authored Nov 26, 2024
1 parent a46cd91 commit 516e7db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipelines/templates/deploy-summary-function-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 516e7db

Please sign in to comment.