We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fe2ac3 commit 83440e9Copy full SHA for 83440e9
1 file changed
xrootd/xrootd_config_test.go
@@ -573,7 +573,7 @@ func TestCopyCertificatesWithPKCS11(t *testing.T) {
573
p11proxy.SetCurrentInfoForTest(p11proxy.Info{Enabled: true, PKCS11URL: "pkcs11:test"})
574
t.Cleanup(func() {
575
p11proxy.SetCurrentInfoForTest(p11proxy.Info{})
576
- param.Set(param.Server_EnablePKCS11.GetName(), false)
+ require.NoError(t, param.Set(param.Server_EnablePKCS11.GetName(), false))
577
})
578
579
require.NoError(t, copyXrootdCertificates(&origin.OriginServer{}))
0 commit comments