File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/intTest/java/com/box/sdk Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -317,7 +317,7 @@ public void aiExtractStructuredWithMetadataTemplate() throws InterruptedExceptio
317317 JsonObject sourceJson = response .getSourceJson ();
318318 assertThat (sourceJson .get ("firstName" ).asString (), is (equalTo ("John" )));
319319 assertThat (sourceJson .get ("lastName" ).asString (), is (equalTo ("Doe" )));
320- assertThat (sourceJson .get ("dateOfBirth" ).asString (), is (equalTo ("1990-07-04 " )));
320+ assertThat (sourceJson .get ("dateOfBirth" ).asString (), is (equalTo ("1990-07-04T00:00:00Z " )));
321321 assertThat (sourceJson .get ("age" ).asInt (), is (equalTo (34 )));
322322 assertThat (sourceJson .get ("hobby" ).asArray ().get (0 ).asString (), is (equalTo ("guitar" )));
323323 assertThat (sourceJson .get ("hobby" ).asArray ().get (1 ).asString (), is (equalTo ("books" )));
You can’t perform that action at this time.
0 commit comments