X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=capifcore%2Fmain_test.go;h=f174fe31dd9d8e7b9094197f82f290691240e958;hb=55e8dfc4ed1ffa5877ee8517a05a3b36d34d4882;hp=7d77b92382134ce19a96eb76bb340c6ffc3b9ec0;hpb=d500ede4df92a1c0ba4692df18a18982384ace90;p=nonrtric%2Fplt%2Fsme.git diff --git a/capifcore/main_test.go b/capifcore/main_test.go index 7d77b92..f174fe3 100644 --- a/capifcore/main_test.go +++ b/capifcore/main_test.go @@ -2,7 +2,8 @@ // ========================LICENSE_START================================= // O-RAN-SC // %% -// Copyright (C) 2022: Nordix Foundation +// Copyright (C) 2022: Nordix Foundation. All rights reserved. +// Copyright (C) 2023 OpenInfra Foundation Europe. 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. @@ -101,7 +102,7 @@ func Test_routing(t *testing.T) { name: "Security path", args: args{ url: "/capif-security/v1/trustedInvokers/apiInvokerId", - returnStatus: http.StatusNotImplemented, + returnStatus: http.StatusNotFound, method: "GET", }, },