We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 845702c commit 7457057Copy full SHA for 7457057
cmd/signing-server/main_test.go
@@ -66,7 +66,7 @@ func TestSoftHSMConcurrentSignRequests(t *testing.T) {
66
67
go func() {
68
if err := run(&Config{
69
- HSMModule: strings.TrimSpace(string(hsmModule)),
+ HSMModule: strings.TrimSpace(hsmModule),
70
HSMTokenLabel: tokenLabel,
71
HSMSlot: -1,
72
HSMKeyLabel: keyLabel,
0 commit comments