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

FAT-18739 - Update expected error message #1716

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from 3 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
Original file line number Diff line number Diff line change
Expand Up @@ -11174,11 +11174,11 @@ Feature: Data Import integration tests
Then status 200
And assert response.entries[0].sourceRecordActionStatus == 'DISCARDED'
And assert response.entries[0].relatedInstanceInfo.actionStatus == 'DISCARDED'
And match response.entries[0].relatedInstanceInfo.error contains 'org.folio.processing.exceptions.EventProcessingException: Found multiple records corresponding to match profile criteria'
And match response.entries[0].error contains 'org.folio.processing.exceptions.EventProcessingException: Found multiple records corresponding to match profile criteria'
And match response.entries[0].relatedInstanceInfo.error contains 'org.folio.processing.exceptions.MatchingException: Found multiple records matching specified conditions'
And match response.entries[0].error contains 'org.folio.processing.exceptions.MatchingException: Found multiple records matching specified conditions'
And def sourceRecordId = response.entries[0].sourceRecordId

# Verify that real instance was created with no data inside statisrtical code
# Verify that real instance was created with no data inside statistical code
Given path 'inventory/instances'
And headers headersUser
And param query = 'hrid==' + instanceHrid
Expand Down