diff options
author | ToineSiebelink <toine.siebelink@est.tech> | 2021-01-15 09:30:40 +0000 |
---|---|---|
committer | ToineSiebelink <toine.siebelink@est.tech> | 2021-01-15 09:30:46 +0000 |
commit | 4118d94f71a4e5f5a4aef038f51c66fd2c1b8b60 (patch) | |
tree | 232a489f69d5bb7cbbaeb548e19a63dbde828ddb /cps-service/src/test | |
parent | ba4055607a392544238418a76707fc2bf66cc689 (diff) |
SonarQube fixes
- Ignore missed SonarQube violations on SchemaSetAlreadyDefinedException
- Added coverage fro CpsConfig as it will not be covered by MVC tests
Issue-ID: CPS-89
Signed-off-by: ToineSiebelink <toine.siebelink@est.tech>
Change-Id: I52911419dd9556cf078f2a05eab2c7783cbf304f
Diffstat (limited to 'cps-service/src/test')
-rw-r--r-- | cps-service/src/test/groovy/org/onap/cps/spi/exceptions/CpsExceptionsSpec.groovy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cps-service/src/test/groovy/org/onap/cps/spi/exceptions/CpsExceptionsSpec.groovy b/cps-service/src/test/groovy/org/onap/cps/spi/exceptions/CpsExceptionsSpec.groovy index 5c6a16dfff..067556dd58 100644 --- a/cps-service/src/test/groovy/org/onap/cps/spi/exceptions/CpsExceptionsSpec.groovy +++ b/cps-service/src/test/groovy/org/onap/cps/spi/exceptions/CpsExceptionsSpec.groovy @@ -1,6 +1,6 @@ /* * ============LICENSE_START======================================================= - * Copyright (C) 2020 Nordix Foundation + * Copyright (C) 2021 Nordix Foundation * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. |