Skip to content

Commit

Permalink
chore: code style
Browse files Browse the repository at this point in the history
  • Loading branch information
sighphyre committed Nov 14, 2023
1 parent 9c6c4e9 commit 34a6c7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Configuration/UnleashConfigurationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public function testGetMetricsUrl()
self::assertSame($resolvedMetricsUrl, 'http://localhost:3063/api/client/metrics');

$proxyInstance = new UnleashConfiguration('http://localhost:3063/api', '', '');
$proxyInstance->setProxyKey("some-key");
$proxyInstance->setProxyKey('some-key');
$resolvedMetricsUrl = $proxyInstance->getMetricsUrl();
self::assertSame($resolvedMetricsUrl, 'http://localhost:3063/api/frontend/client/metrics');
}
Expand Down

0 comments on commit 34a6c7b

Please sign in to comment.