Skip to content

Commit fbeb9d4

Browse files
committed
Adjust SOAP v1.1 header expectation in test
1 parent 733ec24 commit fbeb9d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/LibraryHooks/SoapHookTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public function testShouldInterceptCallWhenEnabled(): void
4646
public function testShouldHandleSOAPVersion11(): void
4747
{
4848
$expectedHeaders = [
49-
'Content-Type' => 'text/xml; charset=utf-8;',
49+
'Content-Type' => 'text/xml; charset=utf-8',
5050
'SOAPAction' => 'http://ws.cdyne.com/WeatherWS/GetCityWeatherByZIP',
5151
];
5252
$this->soapHook->enable($this->getHeadersCheckCallback($expectedHeaders));

0 commit comments

Comments
 (0)