Skip to content

Commit

Permalink
Fixed: status code in DataversesIT
Browse files Browse the repository at this point in the history
  • Loading branch information
GPortas committed Apr 22, 2024
1 parent 00c76d3 commit 3a91e95
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -923,6 +923,6 @@ public void testUpdateInputLevels() {
updateDataverseInputLevelsResponse.prettyPrint();
updateDataverseInputLevelsResponse.then().assertThat()
.body("message", equalTo("Error while updating dataverse input levels: Input level list cannot be null or empty"))
.statusCode(BAD_REQUEST.getStatusCode());
.statusCode(INTERNAL_SERVER_ERROR.getStatusCode());
}
}

0 comments on commit 3a91e95

Please sign in to comment.