Commit 76ab788b authored by Najam UI Hassan's avatar Najam UI Hassan
Browse files

fixed issue in SOL002-VNFFM-Subscriptions

parent 10625979
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -479,3 +479,10 @@ Check PostCondition HTTP Response Body Subscriptions Matches the requested attri
    :FOR   ${item}   IN  @{response['body']}
    Should Be Equal As Strings    ${item['filter']['probableCauses']}   ${probableCause}
    END
    
Check resource existence
    Set Headers    {"Accept":"${ACCEPT}"}
    Run Keyword If    ${AUTH_USAGE} == 1    Set Headers    {"Authorization":"${AUTHORIZATION}"}
    Get    ${apiRoot}/${apiName}/${apiVersion}/subscriptions/${subscriptionId} 
    Integer    response status    200