From e131bf1bb08a3ebe81522ae90a3ce60e72cc865b Mon Sep 17 00:00:00 2001 From: talig Date: Wed, 15 Aug 2018 13:32:41 +0300 Subject: Map unexpected error to response Change-Id: I84293aa040b736670885f01d625862cf41e359d2 Issue-ID: SDC-1647 Signed-off-by: talig --- workflow-bdd/features/VersionState.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'workflow-bdd/features') diff --git a/workflow-bdd/features/VersionState.feature b/workflow-bdd/features/VersionState.feature index 1bb72ab8..09e93a75 100644 --- a/workflow-bdd/features/VersionState.feature +++ b/workflow-bdd/features/VersionState.feature @@ -51,5 +51,5 @@ Feature: Workflow Version State When I want to update for path "/workflows/{item.id}/versions/{item.versionId}" with the input data from the context Scenario: Create second version based on non CERTIFIED one - invalid - Then I want the following to fail with response status code 403 + Then I want the following to fail with response status code 422 When I want to create for path "/workflows/{item.id}/versions?baseVersionId={item.versionId}" with the input data from the context \ No newline at end of file -- cgit 1.2.3-korg