Skip to content

Commit 6e69a1b

Browse files
authored
Update tool_name from 'CodeQL' to 'codeql'
1 parent 6278199 commit 6e69a1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: pkg/github/code_scanning_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ func Test_ListCodeScanningAlerts(t *testing.T) {
163163
"ref": "main",
164164
"state": "open",
165165
"severity": "high",
166-
"tool_name": "CodeQL",
166+
"tool_name": "codeql",
167167
}).andThen(
168168
mockResponse(t, http.StatusOK, mockAlerts),
169169
),
@@ -175,7 +175,7 @@ func Test_ListCodeScanningAlerts(t *testing.T) {
175175
"ref": "main",
176176
"state": "open",
177177
"severity": "high",
178-
"tool_name": "CodeQL",
178+
"tool_name": "codeql",
179179
},
180180
expectError: false,
181181
expectedAlerts: mockAlerts,

0 commit comments

Comments
 (0)