Fixing a bug where the StatusCodeWithMessage() method was using a value out of the range of the string list, causing some tests randomly failing when this happens, example of occurence.
Are you trying to fix an existing issue?
StatusCodeWithMessage raising an out of range exception
Go Version
$ go version
go version devel go1.17-053fe2f Sat May 1 19:17:47 2021 +0000 linux/amd64
Description
Fixing a bug where the StatusCodeWithMessage() method was using a value out of the range of the string list, causing some tests randomly failing when this happens, example of occurence.
Are you trying to fix an existing issue?
StatusCodeWithMessage raising an out of range exception
Go Version
Go Tests