Skip to content

Commit

Permalink
indentation test fix (followup to #131) (#137)
Browse files Browse the repository at this point in the history
(cherry picked from commit 2b98621)
  • Loading branch information
magibney committed Sep 5, 2023
1 parent ea34f44 commit 7268085
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ public void testRequestBodyRepresentedAsJsonWhenFound() {
final var requestBodyStr = PostRequestLoggingFilter.buildRequestBodyString(mockContext);

assertEquals(
"{ \"name\":\"someReplicaName\", \"type\":\"NRT\", \"async\":\"someAsyncId\"}",
"{\"name\":\"someReplicaName\",\"type\":\"NRT\",\"async\":\"someAsyncId\"}",
requestBodyStr);
}
}

0 comments on commit 7268085

Please sign in to comment.