summaryrefslogtreecommitdiffstats
path: root/mod2/auth-service/src/test/java/org/onap/dcaegen2/platform/mod/objectmothers/RoleObjectMother.java
diff options
context:
space:
mode:
authorRavi Mantena <rx908f@att.com>2021-04-09 11:53:04 -0400
committerRavi Mantena <rx908f@att.com>2021-04-09 14:05:05 -0400
commit86c9032dcba9a92a9525dd65ecfe910e8c73664a (patch)
tree6625844c23d8ab2b385ff6d5bcd6b90ec8671b51 /mod2/auth-service/src/test/java/org/onap/dcaegen2/platform/mod/objectmothers/RoleObjectMother.java
parent15dd0a3541db1e7ac9f38680d9dbe83cf3d303ae (diff)
Auth Service Errors Fix
Issue-ID: DCAEGEN2-2727 Change-Id: Ibc2ffe24d2f41fc085c251acafc2bfe6c58c39d4 Signed-off-by: Ravi Mantena <rx908f@att.com>
Diffstat (limited to 'mod2/auth-service/src/test/java/org/onap/dcaegen2/platform/mod/objectmothers/RoleObjectMother.java')
-rw-r--r--mod2/auth-service/src/test/java/org/onap/dcaegen2/platform/mod/objectmothers/RoleObjectMother.java9
1 files changed, 3 insertions, 6 deletions
diff --git a/mod2/auth-service/src/test/java/org/onap/dcaegen2/platform/mod/objectmothers/RoleObjectMother.java b/mod2/auth-service/src/test/java/org/onap/dcaegen2/platform/mod/objectmothers/RoleObjectMother.java
index 68002ac..a249744 100644
--- a/mod2/auth-service/src/test/java/org/onap/dcaegen2/platform/mod/objectmothers/RoleObjectMother.java
+++ b/mod2/auth-service/src/test/java/org/onap/dcaegen2/platform/mod/objectmothers/RoleObjectMother.java
@@ -3,7 +3,7 @@
* * ============LICENSE_START=======================================================
* * org.onap.dcae
* * ================================================================================
- * * Copyright (c) 2020 AT&T Intellectual Property. All rights reserved.
+ * * Copyright (c) 2020 - 2021 AT&T Intellectual Property. All rights reserved.
* * ================================================================================
* * Licensed under the Apache License, Version 2.0 (the "License");
* * you may not use this file except in compliance with the License.
@@ -23,12 +23,9 @@
package org.onap.dcaegen2.platform.mod.objectmothers;
-import org.onap.dcaegen2.platform.mod.models.ModUser;
+import java.util.ArrayList;
+import java.util.List;
import org.onap.dcaegen2.platform.mod.models.Role;
-import org.onap.dcaegen2.platform.mod.repositories.RoleRepository;
-
-import java.util.*;
-import java.util.stream.Collectors;
/**
* @author