aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common/src/test/java/org/onap/vid
diff options
context:
space:
mode:
Diffstat (limited to 'vid-app-common/src/test/java/org/onap/vid')
-rw-r--r--vid-app-common/src/test/java/org/onap/vid/roles/RoleProviderTest.java4
1 files changed, 1 insertions, 3 deletions
diff --git a/vid-app-common/src/test/java/org/onap/vid/roles/RoleProviderTest.java b/vid-app-common/src/test/java/org/onap/vid/roles/RoleProviderTest.java
index 5f4fc7861..ed7f82a45 100644
--- a/vid-app-common/src/test/java/org/onap/vid/roles/RoleProviderTest.java
+++ b/vid-app-common/src/test/java/org/onap/vid/roles/RoleProviderTest.java
@@ -201,9 +201,7 @@ public class RoleProviderTest {
private String owningEntityId() {
- // while translateOwningEntityNameToOwningEntityId does nothing, no translation happens.
- // this will be changed later.
- return SAMPLE_SUBSCRIBER;
+ return EXISTING_OWNING_ENTITY_ID;
}
private void setSubscribers() {