Skip to content

Commit

Permalink
fix(health-api-library): Remove line items from integration test
Browse files Browse the repository at this point in the history
Line item extractions were disabled for the Health API Library.

IPC-268
  • Loading branch information
a-szotyori committed May 29, 2024
1 parent 925199d commit 197c4e5
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,6 @@ class GiniHealthAPIIntegrationTest: GiniCoreAPIIntegrationTest<HealthApiDocument

feedbackCompound["payment"] = CompoundExtraction("payment", singletonList(feedbackPayment))

// All compound extractions are correct, that means we have nothing to correct and will only send positive feedback
// we should only send feedback for extractions we have seen and accepted
feedbackCompound["line_items"] = compoundExtractions["line_items"]!!
val sendFeedback =
giniCoreApi.documentManager.sendFeedbackForExtractions(document, feedbackSpecific, feedbackCompound)

Expand Down

0 comments on commit 197c4e5

Please sign in to comment.