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

Fix issue #115

parent c31a01c0
...@@ -53,7 +53,7 @@ Clean Endpoint ...@@ -53,7 +53,7 @@ Clean Endpoint
Clear Requests ${callback_endpoint} Clear Requests ${callback_endpoint}
Check Operation Occurrence Id 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} Should Not Be Empty ${occId}
POST Alarms POST Alarms
...@@ -425,7 +425,7 @@ Do DELETE Notification ...@@ -425,7 +425,7 @@ Do DELETE Notification
Verify Mock Expectation ${req} Verify Mock Expectation ${req}
Check LINK in Header 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} Should Not Be Empty ${linkURL}
GET Alarm With Filter "id" GET Alarm With Filter "id"
......
...@@ -11,7 +11,6 @@ ...@@ -11,7 +11,6 @@
"lcmOperationType", "lcmOperationType",
"startTime", "startTime",
"isAutomaticInvocation", "isAutomaticInvocation",
"operationParams",
"isCancelPending", "isCancelPending",
"_links" "_links"
], ],
......
...@@ -799,6 +799,6 @@ Check Notification Endpoint ...@@ -799,6 +799,6 @@ Check Notification Endpoint
Clear Requests ${callback_endpoint} Clear Requests ${callback_endpoint}
Check LINK in Header 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} Should Not Be Empty ${linkURL}
...@@ -942,5 +942,5 @@ Check HTTP Response Header Contains ...@@ -942,5 +942,5 @@ Check HTTP Response Header Contains
Log Header is present Log Header is present
Check LINK in Header 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} 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