From 6c84c810950d503fe8680b505eb46c16723cbbb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan-Eirik=20N=C3=A6vdal?= Date: Mon, 15 Jul 2024 13:15:50 +0200 Subject: [PATCH] =?UTF-8?q?Fjernet=20duplikat=20p=C3=A5=20metodekall=20(#7?= =?UTF-8?q?3)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../libs/http/config/RestTemplateConfiguration.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http-client/main/no/nav/tilleggsstonader/libs/http/config/RestTemplateConfiguration.kt b/http-client/main/no/nav/tilleggsstonader/libs/http/config/RestTemplateConfiguration.kt index c23062f..425588d 100644 --- a/http-client/main/no/nav/tilleggsstonader/libs/http/config/RestTemplateConfiguration.kt +++ b/http-client/main/no/nav/tilleggsstonader/libs/http/config/RestTemplateConfiguration.kt @@ -109,7 +109,7 @@ class RestTemplateConfiguration( // Ekspirmentell som har inn identisk config som familie har då azure-graph feiler @Bean("jwtBearer") - fun restTemplateJwtBearer( + fun restTemplateAzueJwtBearer( consumerIdClientInterceptor: ConsumerIdClientInterceptor, bearerTokenClientInterceptor: BearerTokenClientInterceptor, ): RestTemplate =