Browse Source

Fix broken test

Corey Taylor 3 years ago
parent
commit
4ce3bae8a7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tests/TestCase/Http/ClientTest.php

+ 1 - 0
tests/TestCase/Http/ClientTest.php

@@ -974,6 +974,7 @@ class ClientTest extends TestCase
         $client = Client::createFromUrl('http://example.co:80/some/uri/?foo=bar');
         $config = $client->getConfig();
         $expected = [
+            'auth' => null,
             'adapter' => null,
             'host' => 'example.co',
             'port' => 80,