Skip to content

Commit 3452fa3

Browse files
NRL-518 Better naming for scenario
1 parent 75534a3 commit 3452fa3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tests/features/producer/createDocumentReference-failure.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,7 @@ Feature: Producer - createDocumentReference - Failure Scenarios
688688
}
689689
"""
690690

691-
Scenario: Missing contentType
691+
Scenario: contentType empty string
692692
Given the application 'DataShare' (ID 'z00z-y11y-x22x') is registered to access the API
693693
And the organisation 'TSTCUS' is authorised to access pointer types:
694694
| system | value |

tests/features/producer/updateDocumentReference-failure.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Feature: Producer - updateDocumentReference - Failure Scenarios
9494
}
9595
"""
9696

97-
Scenario: Missing contentType
97+
Scenario: contentType empty string
9898
Given the application 'DataShare' (ID 'z00z-y11y-x22x') is registered to access the API
9999
And the organisation 'TSTCUS' is authorised to access pointer types:
100100
| system | value |

tests/features/producer/upsertDocumentReference-failure.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ Feature: Producer - upsertDocumentReference - Failure Scenarios
269269
}
270270
"""
271271

272-
Scenario: Missing contentType
272+
Scenario: contentType empty string
273273
Given the application 'DataShare' (ID 'z00z-y11y-x22x') is registered to access the API
274274
And the organisation 'TSTCUS' is authorised to access pointer types:
275275
| system | value |

0 commit comments

Comments
 (0)