We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37c3064 commit 00f2762Copy full SHA for 00f2762
tests/Feature/XtreamApiControllerTest.php
@@ -241,7 +241,7 @@ public function test_get_live_streams_success()
241
$channel1Data = collect($jsonResponse)->firstWhere('stream_id', $enabledChannel1->id);
242
$this->assertNotNull($channel1Data, 'Channel 1 should be in response');
243
$this->assertStringContainsString('icon1.png', $channel1Data['stream_icon']);
244
- // direct_source field is present in the response structure
+ // direct_source field is present in the response structure
245
$this->assertArrayHasKey('direct_source', $channel1Data);
246
// Note: direct_source is currently not implemented and returns empty string
247
$this->assertIsString($channel1Data['direct_source']);
0 commit comments