diff options
Diffstat (limited to 'a1-policy-management/src/test')
-rw-r--r-- | a1-policy-management/src/test/java/org/onap/ccsdk/oran/a1policymanagementservice/controllers/v2/RappSimulatorController.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/a1-policy-management/src/test/java/org/onap/ccsdk/oran/a1policymanagementservice/controllers/v2/RappSimulatorController.java b/a1-policy-management/src/test/java/org/onap/ccsdk/oran/a1policymanagementservice/controllers/v2/RappSimulatorController.java index d9c724fc..371bd959 100644 --- a/a1-policy-management/src/test/java/org/onap/ccsdk/oran/a1policymanagementservice/controllers/v2/RappSimulatorController.java +++ b/a1-policy-management/src/test/java/org/onap/ccsdk/oran/a1policymanagementservice/controllers/v2/RappSimulatorController.java @@ -78,7 +78,7 @@ public class RappSimulatorController { @Getter private TestResults testResults = new TestResults(); - private static final String CALLBACK_DESCRIPTION = "The URL to this call is registerred at Service registration."; + private static final String CALLBACK_DESCRIPTION = "The URL to this call is registered at Service registration."; @PostMapping(path = SERVICE_CALLBACK_URL, produces = MediaType.APPLICATION_JSON_VALUE) @Operation(summary = "Callback for Near-RT RIC status", description = CALLBACK_DESCRIPTION) |