Skip to content

Commit 894ecb2

Browse files
committed
Fixed type in code
1 parent c52568f commit 894ecb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/adapter/etl-adapter-http/tests/Flow/ETL/Tests/Functional/PsrHttpClientDynamicExtractorTest.php‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public function create(?ResponseInterface $previousResponse = null) : ?RequestIn
4343

4444
$this->assertSame(1, $rows->current()->count());
4545
$this->assertSame('flow-php', $body['login'], \json_decode($body, false, 512, JSON_THROW_ON_ERROR));
46-
$this->assertSame(73_495_297, $body['id']), \json_decode($body, false, 512, JSON_THROW_ON_ERROR);
46+
$this->assertSame(73_495_297, $body['id'], \json_decode($body, false, 512, JSON_THROW_ON_ERROR));
4747
$this->assertSame(['GitHub.com'], $rows->current()->first()->valueOf('response_headers')['Server']);
4848
$this->assertSame(200, $rows->current()->first()->valueOf('response_status_code'));
4949
$this->assertSame('1.1', $rows->current()->first()->valueOf('response_protocol_version'));

0 commit comments

Comments
 (0)