diff options
author | Amichai Hemli <ah0398@intl.att.com> | 2019-08-22 13:12:17 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-08-22 13:12:17 +0000 |
commit | b9c83f721a96353aac9d94c368b2ee23ba73f26e (patch) | |
tree | ed929582e2391aab85d7180509551c9bb87a4579 /vid-automation/src | |
parent | 4ae247b72e0a107a4eef369dc00c606aa29a4d5c (diff) | |
parent | 25082565839ea949b938eddb83d0670b3af8e536 (diff) |
Merge "probe mso by retrieving empty list of request status"
Diffstat (limited to 'vid-automation/src')
-rw-r--r-- | vid-automation/src/test/java/org/onap/vid/api/ProbeApiTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vid-automation/src/test/java/org/onap/vid/api/ProbeApiTest.java b/vid-automation/src/test/java/org/onap/vid/api/ProbeApiTest.java index 5248f7047..dacee536b 100644 --- a/vid-automation/src/test/java/org/onap/vid/api/ProbeApiTest.java +++ b/vid-automation/src/test/java/org/onap/vid/api/ProbeApiTest.java @@ -168,7 +168,7 @@ public class ProbeApiTest extends BaseApiTest { 406, MSO_QUERY_PARAMS, "this payload is an invalid json", - "org.apache.http.HttpException: Get with status=406 (200 or 202 expected), url= http" + "MSO returned no orchestration requests" ) ), new ExternalComponentStatus(ExternalComponentStatus.Component.SDC, false, |