Merge "originalName may be model's "entry name", customizationId or invariantId"
authorEylon Malin <eylon.malin@intl.att.com>
Wed, 22 Jan 2020 07:40:29 +0000 (07:40 +0000)
committerGerrit Code Review <gerrit@onap.org>
Wed, 22 Jan 2020 07:40:29 +0000 (07:40 +0000)
vid-automation/src/main/java/vid/automation/test/test/VidBaseTestCase.java

index fd3dd47..8421427 100644 (file)
@@ -113,7 +113,7 @@ public class VidBaseTestCase extends SetupCDTest{
         } catch (URISyntaxException e) {
             throw new RuntimeException(e);
         }
-        this.uri = new JerseyUriBuilder().host(envUrI.getHost()).port(envUrI.getPort()).scheme("http").path("vid").build();
+        this.uri = new JerseyUriBuilder().host(envUrI.getHost()).port(envUrI.getPort()).scheme(envUrI.getScheme()).path("vid").build();
     }
 
     public void login() {