diff options
author | Ittay Stern <ittay.stern@att.com> | 2020-02-13 16:44:01 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-02-13 16:44:01 +0000 |
commit | ceba0ec684ce49fba3ddc1c6229bfb63ca2c2cc5 (patch) | |
tree | 86c33757b7b5837c84e6117e1d7b711d14b7c9be /vid-app-common/src/test/java/org | |
parent | 6bb3fad98f9ea0ccb3c5e4ad5621f3f66271ed3a (diff) | |
parent | d582694d020cb01271297ebebc52c5eaa4330079 (diff) |
Merge "Translate owning entity name to owning entity ID - update api test to except new behavior"
Diffstat (limited to 'vid-app-common/src/test/java/org')
-rw-r--r-- | vid-app-common/src/test/java/org/onap/vid/roles/RoleProviderTest.java | 4 |
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() { |