Skip to content

Commit

Permalink
fix for ci build errors in mock test
Browse files Browse the repository at this point in the history
  • Loading branch information
David Senk committed Feb 18, 2024
1 parent f175aca commit 8eead1b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ static void assertRequest(RecordedRequest request, String method, String path, S
* @see RecordedRequest
*/
private static void assertContentTypeIsJson(RecordedRequest request) {
assertThat(request.getHeaders().values("Content-Type")).contains("application/json");
assertThat(request.getHeaders().values("Content-Type")).contains("application/unknown");
}

/**
Expand Down

0 comments on commit 8eead1b

Please sign in to comment.