Go 1.24 does some stricter checks now on arguments to functions accepting format strings. This commit fixes a couple of "non-constant format string in call to ..." errors when running the unit tests.
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>