aboutsummaryrefslogtreecommitdiffstats
path: root/workflow-bdd/features
diff options
context:
space:
mode:
authortalig <talig@amdocs.com>2018-08-15 13:32:41 +0300
committertalig <talig@amdocs.com>2018-08-15 13:32:41 +0300
commite131bf1bb08a3ebe81522ae90a3ce60e72cc865b (patch)
tree55ffa437f436fb2bbe50c24b588d292fb3c2e1d1 /workflow-bdd/features
parent433b575c8b30aa37fae68a7d9666e8a184210ebd (diff)
Map unexpected error to response
Change-Id: I84293aa040b736670885f01d625862cf41e359d2 Issue-ID: SDC-1647 Signed-off-by: talig <talig@amdocs.com>
Diffstat (limited to 'workflow-bdd/features')
-rw-r--r--workflow-bdd/features/VersionState.feature2
1 files changed, 1 insertions, 1 deletions
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