From c853575c4f7f838b21add3b72e9cd16f8bf9c2d7 Mon Sep 17 00:00:00 2001 From: Marcelo Shima Date: Mon, 15 Jul 2024 09:11:07 -0300 Subject: [PATCH] check if roles are passed to jwt microservices --- .../jdl-samples/mf-ng-eureka-jwt-psql-ehcache/blog-store.jdl | 1 + 1 file changed, 1 insertion(+) diff --git a/test-integration/jdl-samples/mf-ng-eureka-jwt-psql-ehcache/blog-store.jdl b/test-integration/jdl-samples/mf-ng-eureka-jwt-psql-ehcache/blog-store.jdl index 9772febc15d..65ef8a19168 100644 --- a/test-integration/jdl-samples/mf-ng-eureka-jwt-psql-ehcache/blog-store.jdl +++ b/test-integration/jdl-samples/mf-ng-eureka-jwt-psql-ehcache/blog-store.jdl @@ -145,6 +145,7 @@ relationship OneToOne { */ @ChangelogDate(20210408164814) +@AdminEntity entity Notification { title String required }