Commit 8c9f83be authored by Giacomo Bernini's avatar Giacomo Bernini Committed by Giacomo Bernini
Browse files

fixed 422 unprocessable entity -> content

parent 38e8e721
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,9 +16,9 @@ POST Create Capacity Threshold
    Check HTTP Response Body Json Schema Is    CapacityThreshold
    Check HTTP Response Contains Resource URI

POST Create Capacity Threshold - Unprocessible Entity
POST Create Capacity Threshold - Unprocessible Content
    [Documentation]    Test ID: 5.3.6.5.2
    ...    Test title: POST Create Capacity Threshold - Unprocessible Entity
    ...    Test title: POST Create Capacity Threshold - Unprocessible Content
    ...    Test objective: The objective is to test that POST method creates a Capacity  Threshold
    ...    Pre-conditions: none
    ...    Reference: Clause 10.4.4.3.1 - ETSI GS NFV-SOL 005 [3] v4.4.1
+3 −3
Original line number Diff line number Diff line
@@ -91,9 +91,9 @@ PATCH Individual Capacity Threshold - Precondition Failed HTTP Conditional Reque
    Check HTTP Response Status Code Is    412
    Check HTTP Response Body Json Schema Is   ProblemDetails
    
PATCH Individual Capacity Threshold - Unprocessible Entity
PATCH Individual Capacity Threshold - Unprocessable Content
    [Documentation]    Test ID: 5.3.6.4.7
    ...    Test title: PATCH Individual Capacity Threshold - Precondition Failed
    ...    Test title: PATCH Individual Capacity Threshold - Unprocessable Content
    ...    Test objective: The objective is to that the modification of individual Capacity Threshold fails because callbackUri provided in the request body is unreachable.
    ...    Pre-conditions: none
    ...    Reference: Clause 10.4.5.3.4 - ETSI GS NFV-SOL 005 [3] v4.4.1