mirror of
https://github.com/jellyfin/TMDbLib.git
synced 2025-02-24 15:44:09 +00:00
More ignores for Person tests
This commit is contained in:
parent
24b070815f
commit
8896b54704
@ -70,6 +70,8 @@ namespace TMDbLibTests
|
||||
[Fact]
|
||||
public void TestPersonsGetWithPartialDate()
|
||||
{
|
||||
IgnoreMissingJson(" / changes", " / external_ids", " / images", " / movie_credits", " / tagged_images", " / tv_credits");
|
||||
|
||||
Person item = Config.Client.GetPersonAsync(IdHelper.PersonPartialDate).Result;
|
||||
|
||||
Assert.NotNull(item);
|
||||
|
Loading…
x
Reference in New Issue
Block a user