Skip to content

Commit 436762d

Browse files
authored
Update sonar workflow (#477)
1 parent b5d90ef commit 436762d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
with:
5050
name: code-coverage-ubuntu-latest-22.x
5151
path: coverage/
52-
- uses: SonarSource/sonarcloud-github-action@ffc3010689be73b8e5ae0c57ce35968afd7909e8 # v5
52+
- uses: SonarSource/sonarqube-scan-action@1a6d90ebcb0e6a6b1d87e37ba693fe453195ae25 # v5
5353
env:
5454
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5555
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

e2e/browser/test/e2e.playwright.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ test("401 problem details error", async ({ page, auth }) => {
7171
page,
7272
"401",
7373
"Unauthorized",
74-
"The server application intentionally responded with an HTTP error response status",
74+
"HTTP 401 Unauthorized",
7575
);
7676
});
7777

@@ -138,7 +138,7 @@ test("403 problem details error", async ({ page, auth }) => {
138138
page,
139139
"403",
140140
"Forbidden",
141-
"The server application intentionally responded with an HTTP error response status.",
141+
"Access has been denied",
142142
);
143143
});
144144

@@ -156,6 +156,6 @@ test("405 problem details error", async ({ page, auth }) => {
156156
page,
157157
"405",
158158
"Method Not Allowed",
159-
"The server application intentionally responded with an HTTP error response status.",
159+
"No resource method found",
160160
);
161161
});

0 commit comments

Comments
 (0)