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 d863bd1 commit aed1c0eCopy full SHA for aed1c0e
extension/java-client-operate/src/test/java/io/camunda/operate/http/DefaultErrorCodeHandlerTest.java
@@ -15,7 +15,7 @@ public class DefaultErrorCodeHandlerTest {
15
@Test
16
void shouldReadError() throws IOException {
17
String body =
18
- """
+"""
19
{ "message": "This is an error!"}
20
""";
21
InputStream in = new ByteArrayInputStream(body.getBytes());
@@ -34,7 +34,7 @@ void shouldReadError() throws IOException {
34
35
void shouldAppendReasonPhrase() throws IOException {
36
37
38
39
40
0 commit comments