Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Grotax committed Jan 8, 2025
1 parent ae6fd72 commit f5b95ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Unit/Config/FetcherConfigTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ public function testProxyPortPreserved()
$this->sysconfig->expects($this->exactly(2))
->method('getSystemValue')
->willReturnMap([
['poxy', 'http://192.168.178.1:80'],
['proxyuserpwd', null]
['poxy', null, 'http://192.168.178.1:80'],
['proxyuserpwd', null , null]
]);

$this->class = new FetcherConfig($this->config, $this->sysconfig, $this->appmanager, $this->logger);
Expand Down

0 comments on commit f5b95ee

Please sign in to comment.