void unauthorizedIfAccessTokenAbsent()

in src/it/java/com/epam/digital/data/platform/excerpt/api/controller/ExcerptControllerIT.java [167:170]


  void unauthorizedIfAccessTokenAbsent() throws Exception {
    mockMvc.perform(get("/excerpts/11111111-1111-1111-1111-111111111111"))
        .andExpect(status().isUnauthorized());
  }