void unauthorizedIfAccessTokenAbsent()

in src/it/java/com/epam/digital/data/platform/settings/api/controller/SettingsControllerIT.java [303:307]


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