void unauthorizedIfAccessTokenAbsent()

in ddm-notification-service/src/it/java/com/epam/digital/data/platform/notification/controller/NotificationTemplateControllerTest.java [128:130]


  void unauthorizedIfAccessTokenAbsent() throws Exception {
    mockMvc.perform(get(BASE_URL)).andExpect(status().isUnauthorized());
  }