Skip to content

Commit 0fada74

Browse files
committed
fix(test): ensure different step test names
1 parent 0a30676 commit 0fada74

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
@@ -202,7 +202,7 @@ def step_step_step_8(context):
202202
@then(
203203
'the response includes a validation error indicating the missing "contact_type" value'
204204
)
205-
def step_step_step_8(context):
205+
def step_step_step_9(context):
206206
expected_errors = [
207207
{
208208
"field": "composite field error",

0 commit comments

Comments
 (0)