@@ -44,9 +44,9 @@ Feature: Pipeline tests using the flights dataset
4444 When I run the data contract phase
4545 Then there are no file rejections from the data_contract phase
4646 And there is 1 record rejection from the data_contract phase
47- # And there are errors with the following details and associated error_count from the data_contract phase
48- # | ErrorType | ErrorCode | error_count |
49- # | record | CountryIdIsMissing | 1 |
47+ And there are errors with the following details and associated error_count from the data_contract phase
48+ | FailureType | ErrorCode | error_count |
49+ | record | CountryIdIsMissing | 1 |
5050 When I run the business rules phase
5151 Then there are errors with the following details and associated error_count from the business_rules phase
5252 | ErrorType | ErrorCode | error_count |
@@ -167,7 +167,7 @@ Feature: Pipeline tests using the flights dataset
167167 When I run the business rules phase
168168 Then there are errors with the following details and associated error_count from the business_rules phase
169169 | ErrorType | Status | ErrorCode | error_count |
170- | record | error | StaffIDMissing | 6 |
170+ | record | error | StaffIDMissing | 7 |
171171 | record | error | AirportHasNoStaff | 1 |
172172 | record | error | FlightHasNoAirport | 1 |
173173 | record | error | PassengerHasNoFlight | 1 |
@@ -177,5 +177,5 @@ Feature: Pipeline tests using the flights dataset
177177 | parameter | value |
178178 | record_count | 1 |
179179 | number_submission_rejections | 0 |
180- | number_record_rejections | 9 |
180+ | number_record_rejections | 10 |
181181 | number_warnings | 0 |
0 commit comments