diff options
author | Toine Siebelink <toine.siebelink@est.tech> | 2023-12-18 15:16:26 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2023-12-18 15:16:26 +0000 |
commit | 597d4ef72e5388092cc80ae662af6711f735369f (patch) | |
tree | 4ad76262d8ff886c96fe7fe5cbcbfa830f9004d4 /integration-test/src | |
parent | 66d033e5bb4317d02d343fc3a5f50dde2d4097d6 (diff) | |
parent | db6b8f845ac72da59c12831ae8c7efa180f9ace2 (diff) |
Merge "Remove Notification code for updated events"
Diffstat (limited to 'integration-test/src')
-rw-r--r-- | integration-test/src/test/groovy/org/onap/cps/integration/base/TestConfig.groovy | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/integration-test/src/test/groovy/org/onap/cps/integration/base/TestConfig.groovy b/integration-test/src/test/groovy/org/onap/cps/integration/base/TestConfig.groovy index f4cc8b733f..e1ccdaa6ee 100644 --- a/integration-test/src/test/groovy/org/onap/cps/integration/base/TestConfig.groovy +++ b/integration-test/src/test/groovy/org/onap/cps/integration/base/TestConfig.groovy @@ -21,7 +21,6 @@ package org.onap.cps.integration.base import com.fasterxml.jackson.databind.ObjectMapper -import org.onap.cps.notification.NotificationService import org.onap.cps.spi.CpsDataPersistenceService import org.onap.cps.spi.CpsModulePersistenceService import org.onap.cps.spi.impl.CpsAdminPersistenceServiceImpl @@ -99,11 +98,6 @@ class TestConfig extends Specification{ } @Bean - NotificationService notificationService() { - return Stub(NotificationService) - } - - @Bean TimedYangParser timedYangParser() { return new TimedYangParser() } |