Correcting tests

This commit is contained in:
Michael 2019-10-02 10:46:07 +00:00
parent 7991b77343
commit fbe7a78dfb
1 changed files with 1 additions and 1 deletions

View File

@ -187,6 +187,6 @@ class CurlResultTest extends TestCase
]); ]);
$this->assertNotEmpty($curlResult->getHeader()); $this->assertNotEmpty($curlResult->getHeader());
$this->assertEmpty('vary', $curlResult->getHeader('wrongHeader')); $this->assertEmpty($curlResult->getHeader('wrongHeader'));
} }
} }