Skip to content

Commit c79a500

Browse files
committed
fix: objectMapper creation in FhirTest class
1 parent 96bbfa1 commit c79a500

File tree

1 file changed

+1
-1
lines changed
  • fhir/com.b2international.snowowl.fhir.rest.tests/src/com/b2international/snowowl/fhir/tests

1 file changed

+1
-1
lines changed

fhir/com.b2international.snowowl.fhir.rest.tests/src/com/b2international/snowowl/fhir/tests/FhirTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public class FhirTest {
3939

4040
protected static final String TEST_DATE_STRING = "2018-03-23T07:49:40.000+0000"; //$NON-NLS-N$
4141

42-
protected static final ObjectMapper objectMapper = new SnowOwlApiConfig().objectMapper();
42+
protected static final ObjectMapper objectMapper = new SnowOwlApiConfig().createObjectMapper();
4343

4444
@Rule
4545
public ExpectedException exception = ExpectedException.none();

0 commit comments

Comments
 (0)