From 83f8646f702f9cffbd25d8124476465ee8f94af0 Mon Sep 17 00:00:00 2001 From: Shalini Shivam Date: Fri, 13 Dec 2024 15:56:10 +0100 Subject: Support Output response to OPA query Description : For details refer https://lf-onap.atlassian.net/wiki/spaces/DW/pages/51150925/OPA+PDP Issue-ID: POLICY-5204 Change-Id: Id6d51fa83957fb560afec2d85cc0d45d6dda6900 Signed-off-by: Shalini Shivam --- api/register-handlers_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'api/register-handlers_test.go') diff --git a/api/register-handlers_test.go b/api/register-handlers_test.go index 72624f8..801cb0e 100644 --- a/api/register-handlers_test.go +++ b/api/register-handlers_test.go @@ -1,6 +1,6 @@ // - // ========================LICENSE_START================================= -// Copyright (C) 2024: Deutsche Telecom +// Copyright (C) 2024: Deutsche Telekom // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -13,6 +13,7 @@ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. +// SPDX-License-Identifier: Apache-2.0 // ========================LICENSE_END=================================== // -- cgit 1.2.3-korg