Skip to content

Commit 1cb23f2

Browse files
committed
fix: disable get related artists api validation test
1 parent fff4721 commit 1cb23f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

open-api-response-validator/src/test/java/de/sonallux/spotify/validator/ArtistsApiValidationTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ void validateGetArtistsTopTracks() {
7171
}
7272

7373
@Test
74+
@Disabled("The used spotify application is not longer allowed to call this endpoint.")
7475
void validateGetArtistsRelatedArtists() {
7576
var response = restClient.get().uri("/artists/{id}/related-artists", "0Dvx6p8JDyzeOPGmaCIH1L").retrieve().toBodilessEntity();
7677
assertEquals(response.getStatusCode(), HttpStatus.OK);

0 commit comments

Comments
 (0)