diff options
Diffstat (limited to 'workflow-bdd')
-rw-r--r-- | workflow-bdd/features/VersionState.feature | 2 |
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 |