Correcting tests

This commit is contained in:
Michael 2019-10-02 10:46:07 +00:00
rodzic 7991b77343
commit fbe7a78dfb
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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