diff --git a/features/request/Type/TypeDelete.feature b/features/request/Type/TypeDelete.feature index 3b207f97a9..9b3e42ca2f 100644 --- a/features/request/Type/TypeDelete.feature +++ b/features/request/Type/TypeDelete.feature @@ -6,7 +6,7 @@ Feature: I want to delete a type And the method should be "DELETE" Scenario: Delete type - Given a "type" is identified by key "typeKey" and version 1 - And i want to delete a "type" + Given a "type" is identified by "typeKey" and version 1 + And i want to delete a "type" by key Then the path should be "types/key=typeKey?version=1" And the method should be "DELETE"