Skip to content

Commit

Permalink
[SHIBUI-703]
Browse files Browse the repository at this point in the history
Flipped an unecessary boolean in a test config.
  • Loading branch information
Bill Smith committed Nov 12, 2018
1 parent 29bcee2 commit 3d25388
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class BadJSONMetadataSourcesUiDefinitionControllerIntegrationTests extends Speci
.jsonSchemaLocation('classpath:local-dynamic-metadata-provider.schema.json')
.resourceLoader(resourceLoader)
.jacksonMapper(jacksonMapper)
.detectMalformedJson(true)
.detectMalformedJson(false)
.build())
}
}
Expand Down

0 comments on commit 3d25388

Please sign in to comment.