aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/Web/HttpSigTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/Web/HttpSigTest.php')
-rw-r--r--tests/unit/Web/HttpSigTest.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/unit/Web/HttpSigTest.php b/tests/unit/Web/HttpSigTest.php
index 0a22b543a..c01e4f6a3 100644
--- a/tests/unit/Web/HttpSigTest.php
+++ b/tests/unit/Web/HttpSigTest.php
@@ -84,9 +84,8 @@ class HttpSigTest extends UnitTestCase {
}
function testDecrypt_sigheaderUseSitePrivateKey() {
- // Create a stub for global function get_config() with expectation
- $t = $this->getFunctionMock('Zotlabs\Web', 'get_config');
- $t->expects($this->once())->willReturn('system.prvkey');
+ // Initialize config with a known value for test
+ \Zotlabs\Lib\Config::Set('system', 'prvkey', 'system.prvkey');
$header = 'Header: iv="value_iv" key="value_key" alg="value_alg" data="value_data"';
$result = [