Skip to content

Commit a8adade

Browse files
committed
Fix unit tests for TvRepository
1 parent 78e7c65 commit a8adade

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/Tmdb/Tests/Repository/TvRepositoryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public function shouldLoadTv()
2828
$repository->load(self::TV_ID);
2929
$this->assertLastRequestIsWithPathAndMethod('/3/tv/' . self::TV_ID);
3030
$this->assertRequestHasQueryParameters(
31-
['append_to_response' => 'credits,external_ids,images,translations,similar,recommendations,keywords,changes,content_ratings,alternative_titles,videos,watch/providers']
31+
['append_to_response' => 'credits,external_ids,images,translations,similar,recommendations,keywords,changes,content_ratings,alternative_titles,videos,watch/providers,episode_groups']
3232
);
3333
}
3434

0 commit comments

Comments
 (0)