Skip to content

Commit 2c3cde4

Browse files
committed
feat(tests): update validation error message for well_pump_type field
1 parent 4519fc5 commit 2c3cde4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/features/steps/well-inventory-csv-validation-error.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ def step_then_response_includes_invalid_monitoring_status_error(context: Context
268268
'the response includes a validation error indicating an invalid "well_pump_type" value'
269269
)
270270
def step_then_response_includes_invalid_well_pump_type_error(context: Context):
271-
_assert_any_validation_error_contains(context, "Invalid value", "well_pump_type")
271+
_assert_any_validation_error_contains(context, "well_pump_type", "Input should be")
272272

273273

274274
@then(

0 commit comments

Comments
 (0)