Skip to content

Commit

Permalink
int overflow gosec
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianAtDell committed Jan 7, 2025
1 parent a901ce4 commit 0872b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/utils_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ func TestPageSnapshots(t *testing.T) {

// struct for error injection testing with GRPCStatus
type ErrorStruct struct {
StatusCode int
StatusCode uint32
Msg string
}

Expand Down

0 comments on commit 0872b53

Please sign in to comment.