Skip to content

Commit

Permalink
docs: add note about why this test currently fails
Browse files Browse the repository at this point in the history
  • Loading branch information
Pfeil committed Jan 8, 2025
1 parent 4fd4543 commit 04bff17
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ void resolveSomething() throws Exception {

@Test
void testUpdateWithPidGiven() throws Exception {
// FIXME this test is currently not working as there is for some attributes no schema available in dtr-test,
// and the type-api does currently not work.
String etag = this.mockMvc.perform(
get("/api/v1/pit/pid/21.11152/474a4b1c-de93-4d4a-b33d-1d32d63baf4b?validation=false")
)
Expand Down

0 comments on commit 04bff17

Please sign in to comment.