From 185e3281f878547528d7bf0d5eef376f9bded944 Mon Sep 17 00:00:00 2001
From: Tim van Dijen <tvdijen@gmail.com>
Date: Mon, 7 Oct 2019 20:50:16 +0200
Subject: [PATCH] Fix unit test
---
tests/lib/SimpleSAML/Utils/CryptoTest.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/lib/SimpleSAML/Utils/CryptoTest.php b/tests/lib/SimpleSAML/Utils/CryptoTest.php
index f865ef45c..95887beba 100644
--- a/tests/lib/SimpleSAML/Utils/CryptoTest.php
+++ b/tests/lib/SimpleSAML/Utils/CryptoTest.php
@@ -391,7 +391,7 @@ PHP;
{
$filename = $this->certdir . DIRECTORY_SEPARATOR . 'key';
$data = 'data';
- $config = new Configuration(['privatekey' => $filename], 'test');
+ $config = new Configuration(['privatekey' => $filename, 'privatekey_pass' => null], 'test');
$full_path = true;
file_put_contents($filename, $data);
--
GitLab