Skip to content

Commit 707ce40

Browse files
committed
bleh...
1 parent 6c437e4 commit 707ce40

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

tests/Usage/Agent/AgentServiceConnectProxyConfigTest.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,17 @@ class AgentServiceConnectProxyConfigTest extends AbstractUsageTests
2626
{
2727
public function test_construct_givenConfig_willUnmarshalConfigValuesSuccessfully()
2828
{
29-
$config = new AgentServiceConnectProxyConfig([
30-
'Config' => [
29+
$config = new AgentServiceConnectProxyConfig(
30+
Config: (object)[
3131
'envoy_prometheus_bind_addr' => '0.0.0.0:12345',
3232
'handshake_timeout_ms' => 10000,
3333
'local_connect_timeout_ms' => 1000,
3434
'local_request_timeout_ms' => 0,
3535
'protocol' => 'http',
3636
],
37-
]);
37+
);
3838

39-
$this->assertEquals([
39+
$this->assertEquals((object)[
4040
'envoy_prometheus_bind_addr' => '0.0.0.0:12345',
4141
'handshake_timeout_ms' => 10000,
4242
'local_connect_timeout_ms' => 1000,

0 commit comments

Comments
 (0)