Commit b90f9103 authored by Mudassar Khan's avatar Mudassar Khan Committed by Giacomo Bernini
Browse files

editorial change of upadting OAuth Test case title, objective and log

parent bbec30b0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -286,7 +286,7 @@ JWT Encode
    ${encoded}=    Evaluate    jwt.encode(${payload}, ${key}, ${algorithm})
    [Return]    ${encoded}
Get VNF configuration with permitted authorization scope
    Log    Query VNF The GET method queries information about a configuration.
    Log    Query VNF The GET method queries information about a configuration with permitted authorization scope.
    Set Headers  {"Accept":"${ACCEPT}"}
    Set Headers    {"Version": "${API_VERSION}"}  
    Set Headers  {"Content-Type": "${CONTENT_TYPE}"}
@@ -298,7 +298,7 @@ Get VNF configuration with permitted authorization scope
    ${output}=    Output    response
    Set Suite Variable    ${response}    ${output}
Get VNF configuration with not permitted authorization scope
    Log    Query VNF The GET method queries information about a configuration.
    Log    Query VNF The GET method queries information about a configuration with not permitted authorization scope.
    Set Headers  {"Accept":"${ACCEPT}"}
    Set Headers    {"Version": "${API_VERSION}"}  
    Set Headers  {"Content-Type": "${CONTENT_TYPE}"}