Skip to content

Commit

Permalink
fix: broken tests after 7d1a4e2
Browse files Browse the repository at this point in the history
  • Loading branch information
phanan committed May 31, 2024
1 parent aaadcf8 commit 55f0cb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/PoddleTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public function testParseUrlUsingClientInterface(): void
Mockery::on(static function (RequestInterface $request): bool {
self::assertSame('GET', $request->getMethod());
self::assertSame('https://mypodcast.com/feed', (string) $request->getUri());
self::assertSame('45', $request->getHeader('connect_timeout')[0]);
self::assertSame('45', $request->getHeader('timeout')[0]);

return true;
})
Expand Down

0 comments on commit 55f0cb6

Please sign in to comment.