Skip to content

Commit 322e2c3

Browse files
* Correct mistype on header value
1 parent 438cd59 commit 322e2c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service/src/intTest/java/uk/nhs/adaptors/gp2gp/mhs/MhsWebClientTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public void tearDown() {
9292
public void When_SendMessageToMHS_With_HttpStatus400AndMaxExternalAttachments_Expect_CorrectException(String body) {
9393
var response = new MockResponse.Builder()
9494
.code(BAD_REQUEST.value())
95-
.addHeader("Content-Type", "application/json")
95+
.addHeader("Content-Type", "text/plain")
9696
.body(body)
9797
.build();
9898

0 commit comments

Comments
 (0)