Skip to content

Commit

Permalink
Update code
Browse files Browse the repository at this point in the history
  • Loading branch information
congminh1254 committed Oct 11, 2024
1 parent 134947a commit b38e678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/com/box/sdk/BoxAITest.java
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ public void testExtractMetadataStructuredSuccess() {
agent
);

assertThat(response, equalTo(Json.parse(result).asObject()));
assertThat(response.getSourceJson(), equalTo(Json.parse(result).asObject()));
assertThat(response.getSourceJson().get("firstName").asString(), equalTo("John"));
}
}

0 comments on commit b38e678

Please sign in to comment.