Skip to content

Commit 7457057

Browse files
chore(ci): add ci
1 parent 845702c commit 7457057

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/signing-server/main_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ func TestSoftHSMConcurrentSignRequests(t *testing.T) {
6666

6767
go func() {
6868
if err := run(&Config{
69-
HSMModule: strings.TrimSpace(string(hsmModule)),
69+
HSMModule: strings.TrimSpace(hsmModule),
7070
HSMTokenLabel: tokenLabel,
7171
HSMSlot: -1,
7272
HSMKeyLabel: keyLabel,

0 commit comments

Comments
 (0)