Commit fcc1ef8e authored by Elian Kraja's avatar Elian Kraja
Browse files

Fix issue #115

parent c31a01c0
......@@ -53,7 +53,7 @@ Clean Endpoint
Clear Requests ${callback_endpoint}
Check Operation Occurrence Id
${occId}= Get Value From Json ${response.headers} $..Location
${occId}= Get Value From Json ${response['headers']} $..Location
Should Not Be Empty ${occId}
POST Alarms
......@@ -425,7 +425,7 @@ Do DELETE Notification
Verify Mock Expectation ${req}
Check LINK in Header
${linkURL}= Get Value From Json ${response.headers} $..Link
${linkURL}= Get Value From Json ${response['headers']} $..Link
Should Not Be Empty ${linkURL}
GET Alarm With Filter "id"
......
......@@ -11,7 +11,6 @@
"lcmOperationType",
"startTime",
"isAutomaticInvocation",
"operationParams",
"isCancelPending",
"_links"
],
......
......@@ -799,6 +799,6 @@ Check Notification Endpoint
Clear Requests ${callback_endpoint}
Check LINK in Header
${linkURL}= Get Value From Json ${response.headers} $..Link
${linkURL}= Get Value From Json ${response['headers']} $..Link
Should Not Be Empty ${linkURL}
......@@ -942,5 +942,5 @@ Check HTTP Response Header Contains
Log Header is present
Check LINK in Header
${linkURL}= Get Value From Json ${response.headers} $..Link
${linkURL}= Get Value From Json ${response['headers']} $..Link
Should Not Be Empty ${linkURL}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment