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 fff4721 commit 1cb23f2Copy full SHA for 1cb23f2
open-api-response-validator/src/test/java/de/sonallux/spotify/validator/ArtistsApiValidationTest.java
@@ -71,6 +71,7 @@ void validateGetArtistsTopTracks() {
71
}
72
73
@Test
74
+ @Disabled("The used spotify application is not longer allowed to call this endpoint.")
75
void validateGetArtistsRelatedArtists() {
76
var response = restClient.get().uri("/artists/{id}/related-artists", "0Dvx6p8JDyzeOPGmaCIH1L").retrieve().toBodilessEntity();
77
assertEquals(response.getStatusCode(), HttpStatus.OK);
0 commit comments