Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[fix] Fixed integration tests with new status TO_REVIEW #95

Merged
merged 1 commit into from
Dec 1, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion integration-test/src/features/receipt_pdf_datastore.feature
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ Feature: All about payment events consumed by Azure functions receipt-pdf-genera
And the blob storage has the PDF document

Scenario: a biz event enqueued on receipts poison queue is stored on receipt-message-error datastore and the receipt status is updated to TO_REVIEW
Given a random biz event with id "receipt-generator-int-test-id-3" enqueued on receipts poison queue with poison retry "true"
Given a receipt with id "receipt-generator-int-test-id-3" stored into receipt datastore
And a random biz event with id "receipt-generator-int-test-id-3" enqueued on receipts poison queue with poison retry "true"
When the biz event has been properly stored on receipt-message-error datastore after 20000 ms
Then the receipt-message-error datastore returns the error receipt
And the error receipt has the status "TO_REVIEW"
Expand Down
Loading