Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
eschultink committed Oct 2, 2024
1 parent ff8d38d commit 4eabf92
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ class HealthCheckResultTest {
public void json() throws JsonProcessingException {
final String JSON = "{\n" +
" \"bundleFilename\" : \"psoxy-aws-rc-v0.1.15.jar\",\n" +
" \"callerIp\" : null,\n" +
" \"configPropertiesLastModified\" : null,\n" +
" \"configuredHost\" : \"blah.com\",\n" +
" \"configuredSource\" : \"blah\",\n" +
Expand Down Expand Up @@ -77,6 +78,7 @@ public void versionFromBundleFilename() {
@ValueSource(strings={
"{\n" +
" \"bundleFilename\" : \"psoxy-aws-rc-v0.1.15.jar\",\n" +
" \"callerIp\" : null,\n" +
" \"configPropertiesLastModified\" : null,\n" +
" \"configuredHost\" : \"blah.com\",\n" +
" \"configuredSource\" : \"blah\",\n" +
Expand Down

0 comments on commit 4eabf92

Please sign in to comment.