Skip to content

fix: remove unnecessary front csrf code #91

fix: remove unnecessary front csrf code

fix: remove unnecessary front csrf code #91

GitHub Actions / Test Results succeeded May 6, 2024 in 0s

All 153 tests pass in 16s

 59 files  ±0   59 suites  ±0   16s ⏱️ -1s
153 tests ±0  153 ✅ ±0  0 💤 ±0  0 ❌ ±0 
193 runs  ±0  193 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit f771ed8. ± Comparison against earlier commit 7e4a330.

Annotations

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

153 tests found

There are 153 tests, see "Raw output" for the full list of tests.
Raw output
blisgo.infrastructure.external.cache.ViewCountCacheTest$getViewCount ‑ id가 null 경우 0을 반환한다
blisgo.infrastructure.external.cache.ViewCountCacheTest$getViewCount ‑ 주어진 id와 도메인에 대한 조회수를 반환한다
blisgo.infrastructure.external.cache.ViewCountCacheTest$increaseViewCount ‑ id가 null 경우 0을 반환한다
blisgo.infrastructure.external.cache.ViewCountCacheTest$increaseViewCount ‑ 주어진 id와 도메인에 대한 조회수를 증가시킨다
blisgo.infrastructure.external.cache.ViewCountCacheTest$removeViewCount ‑ id가 null 경우 false 반환한다
blisgo.infrastructure.external.cache.ViewCountCacheTest$removeViewCount ‑ 주어진 id와 도메인에 대한 조회수를 삭제한다
blisgo.infrastructure.external.database.PostDirectDBAdapterTest$findIds ‑ findIds는 올바른 id 목록을 반환한다
blisgo.infrastructure.external.database.PostDirectDBAdapterTest$updateViewCount ‑ updateViewCount는 업데이트가 성공하면 true를 반환한다
blisgo.infrastructure.external.database.PostDirectDBAdapterTest$updateViewCount ‑ updateViewCount는 업데이트가 실패하면 false를 반환한다
blisgo.infrastructure.external.database.WasteDirectDBAdapterTest$findAll ‑ 아무것도 반환하지 않는다
blisgo.infrastructure.external.database.WasteDirectDBAdapterTest$findAll ‑ 올바른 결과를 반환한다
blisgo.infrastructure.external.database.WasteDirectDBAdapterTest$findIds ‑ 아무것도 반환하지 않는다
blisgo.infrastructure.external.database.WasteDirectDBAdapterTest$findIds ‑ 올바른 id 목록을 반환한다
blisgo.infrastructure.external.database.WasteDirectDBAdapterTest$updatePopularity ‑ 항상 true 반환한다
blisgo.infrastructure.external.database.WasteDirectDBAdapterTest$updateViewCount ‑ 행이 업데이트되면 true 반환한다
blisgo.infrastructure.external.database.WasteDirectDBAdapterTest$updateViewCount ‑ 행이 업데이트되지 않으면 false 반환한다
blisgo.infrastructure.external.extract.JsonParserTest$getLocalizedList ‑ 지역화된 목록을 반환한다
blisgo.infrastructure.external.extract.JsonParserTest$getLocalizedList ‑ 지역화된 목록이 없으면 빈 배열을 반환한다
blisgo.infrastructure.external.extract.JsonParserTest$getLocalizedList ‑ 지역화된 목록이 있으나 비어있으면 빈 배열을 반환한다
blisgo.infrastructure.external.extract.JsonParserTest$parseFilenames ‑ 파일 이름 목록을 반환한다
blisgo.infrastructure.external.extract.JsonParserTest$parseFilenames ‑ 파일이 없으면 빈 배열을 반환한다
blisgo.infrastructure.external.extract.JsonParserTest$parseFirstImageUrl ‑ 이미지가 없으면 null 반환한다
blisgo.infrastructure.external.extract.JsonParserTest$parseFirstImageUrl ‑ 첫 번째 이미지 URL 반환한다
blisgo.infrastructure.external.extract.JsonParserTest$parseFirstParagraph ‑ 문단이 없으면 빈 문자열을 반환한다
blisgo.infrastructure.external.extract.JsonParserTest$parseFirstParagraph ‑ 첫 번째 문단을 반환한다
blisgo.infrastructure.external.extract.WebScrapperTest$scrapPreview ‑ 잘못된 URL을 입력하면, 예외를 발생시켜야 한다
blisgo.infrastructure.external.extract.WebScrapperTest$scrapPreview ‑ 정상적인 URL을 입력하면, 프리뷰 데이터를 반환해야 한다
blisgo.infrastructure.external.scheduler.ViewCountSchedulerTest$updateViewCounts ‑ 뷰 카운트를 업데이트한다
blisgo.infrastructure.external.scheduler.WastePopularitySchedulerTest$updateWastePopularity ‑ 폐기물 인기도 업데이트 성공시 아무것도 반환하지 않는다
blisgo.infrastructure.external.scheduler.WastePopularitySchedulerTest$updateWastePopularity ‑ 폐기물 인기도 업데이트 실패시 아무것도 반환하지 않는다
blisgo.infrastructure.external.search.AlgoliaClientTest$batchUpdate ‑ 실제로 동기화를 수행한다
blisgo.infrastructure.external.search.AlgoliaClientTest$batchUpdate ‑ 정상적으로 업데이트한다
blisgo.infrastructure.external.storage.CloudinaryClientTest$deleteResourcesWhereTagIsTemp ‑ 태그가 temp인 리소스가 정상적으로 삭제된다
blisgo.infrastructure.external.storage.CloudinaryClientTest$tagAs ‑ 파일들이 정상적으로 태그 지정된다
blisgo.infrastructure.external.storage.CloudinaryClientTest$uploadFile ‑ 파일 업로드가 정상적으로 수행된다
blisgo.infrastructure.external.ui.IndexUIWallpaperChangerTest$changeWallpaperDaily ‑ 이미지 가져오기 실패 시 예외를 던진다
blisgo.infrastructure.external.ui.IndexUIWallpaperChangerTest$changeWallpaperDaily ‑ 이미지를 성공적으로 변경한다
blisgo.infrastructure.internal.handler.CommunityEventHandlerTest ‑ repetition 1 of 10
blisgo.infrastructure.internal.handler.CommunityEventHandlerTest ‑ repetition 10 of 10
blisgo.infrastructure.internal.handler.CommunityEventHandlerTest ‑ repetition 2 of 10
blisgo.infrastructure.internal.handler.CommunityEventHandlerTest ‑ repetition 3 of 10
blisgo.infrastructure.internal.handler.CommunityEventHandlerTest ‑ repetition 4 of 10
blisgo.infrastructure.internal.handler.CommunityEventHandlerTest ‑ repetition 5 of 10
blisgo.infrastructure.internal.handler.CommunityEventHandlerTest ‑ repetition 6 of 10
blisgo.infrastructure.internal.handler.CommunityEventHandlerTest ‑ repetition 7 of 10
blisgo.infrastructure.internal.handler.CommunityEventHandlerTest ‑ repetition 8 of 10
blisgo.infrastructure.internal.handler.CommunityEventHandlerTest ‑ repetition 9 of 10
blisgo.infrastructure.internal.handler.DictionaryEventHandlerTest ‑ repetition 1 of 10
blisgo.infrastructure.internal.handler.DictionaryEventHandlerTest ‑ repetition 10 of 10
blisgo.infrastructure.internal.handler.DictionaryEventHandlerTest ‑ repetition 2 of 10
blisgo.infrastructure.internal.handler.DictionaryEventHandlerTest ‑ repetition 3 of 10
blisgo.infrastructure.internal.handler.DictionaryEventHandlerTest ‑ repetition 4 of 10
blisgo.infrastructure.internal.handler.DictionaryEventHandlerTest ‑ repetition 5 of 10
blisgo.infrastructure.internal.handler.DictionaryEventHandlerTest ‑ repetition 6 of 10
blisgo.infrastructure.internal.handler.DictionaryEventHandlerTest ‑ repetition 7 of 10
blisgo.infrastructure.internal.handler.DictionaryEventHandlerTest ‑ repetition 8 of 10
blisgo.infrastructure.internal.handler.DictionaryEventHandlerTest ‑ repetition 9 of 10
blisgo.infrastructure.internal.persistence.community.PostPersistenceAdapterTest$C ‑ 게시글 생성 테스트
blisgo.infrastructure.internal.persistence.community.PostPersistenceAdapterTest$RUD ‑ repetition 1 of 10
blisgo.infrastructure.internal.persistence.community.PostPersistenceAdapterTest$RUD ‑ repetition 10 of 10
blisgo.infrastructure.internal.persistence.community.PostPersistenceAdapterTest$RUD ‑ repetition 2 of 10
blisgo.infrastructure.internal.persistence.community.PostPersistenceAdapterTest$RUD ‑ repetition 3 of 10
blisgo.infrastructure.internal.persistence.community.PostPersistenceAdapterTest$RUD ‑ repetition 4 of 10
blisgo.infrastructure.internal.persistence.community.PostPersistenceAdapterTest$RUD ‑ repetition 5 of 10
blisgo.infrastructure.internal.persistence.community.PostPersistenceAdapterTest$RUD ‑ repetition 6 of 10
blisgo.infrastructure.internal.persistence.community.PostPersistenceAdapterTest$RUD ‑ repetition 7 of 10
blisgo.infrastructure.internal.persistence.community.PostPersistenceAdapterTest$RUD ‑ repetition 8 of 10
blisgo.infrastructure.internal.persistence.community.PostPersistenceAdapterTest$RUD ‑ repetition 9 of 10
blisgo.infrastructure.internal.persistence.community.PostPersistenceAdapterTest$RUD ‑ 게시글 삭제 테스트
blisgo.infrastructure.internal.persistence.community.PostPersistenceAdapterTest$RUD ‑ 게시글 수정 테스트
blisgo.infrastructure.internal.persistence.community.PostPersistenceAdapterTest$RUD ‑ 게시글 좋아요 테스트
blisgo.infrastructure.internal.persistence.community.ReplyPersistenceAdapterTest ‑ 댓글 생성
blisgo.infrastructure.internal.persistence.community.ReplyPersistenceAdapterTest$RD ‑ repetition 1 of 10
blisgo.infrastructure.internal.persistence.community.ReplyPersistenceAdapterTest$RD ‑ repetition 10 of 10
blisgo.infrastructure.internal.persistence.community.ReplyPersistenceAdapterTest$RD ‑ repetition 2 of 10
blisgo.infrastructure.internal.persistence.community.ReplyPersistenceAdapterTest$RD ‑ repetition 3 of 10
blisgo.infrastructure.internal.persistence.community.ReplyPersistenceAdapterTest$RD ‑ repetition 4 of 10
blisgo.infrastructure.internal.persistence.community.ReplyPersistenceAdapterTest$RD ‑ repetition 5 of 10
blisgo.infrastructure.internal.persistence.community.ReplyPersistenceAdapterTest$RD ‑ repetition 6 of 10
blisgo.infrastructure.internal.persistence.community.ReplyPersistenceAdapterTest$RD ‑ repetition 7 of 10
blisgo.infrastructure.internal.persistence.community.ReplyPersistenceAdapterTest$RD ‑ repetition 8 of 10
blisgo.infrastructure.internal.persistence.community.ReplyPersistenceAdapterTest$RD ‑ repetition 9 of 10
blisgo.infrastructure.internal.persistence.community.ReplyPersistenceAdapterTest$RD ‑ 댓글 삭제
blisgo.infrastructure.internal.persistence.community.mapper.PostMapperTest ‑ 도메인를 DTO로 변환
blisgo.infrastructure.internal.persistence.community.mapper.PostMapperTest ‑ 도메인을 엔티티로 변환
blisgo.infrastructure.internal.persistence.community.mapper.PostMapperTest ‑ 엔티티를 도메인으로 변환
blisgo.infrastructure.internal.persistence.community.mapper.ReplyMapperTest ‑ 도메인을 DTO로 변환
blisgo.infrastructure.internal.persistence.community.mapper.ReplyMapperTest ‑ 도메인을 엔티티로 변환
blisgo.infrastructure.internal.persistence.community.mapper.ReplyMapperTest ‑ 엔티티를 도메인으로 변환
blisgo.infrastructure.internal.persistence.dictionary.DogamPersistenceAdapterTest$C ‑ repetition 1 of 10
blisgo.infrastructure.internal.persistence.dictionary.DogamPersistenceAdapterTest$C ‑ repetition 10 of 10
blisgo.infrastructure.internal.persistence.dictionary.DogamPersistenceAdapterTest$C ‑ repetition 2 of 10
blisgo.infrastructure.internal.persistence.dictionary.DogamPersistenceAdapterTest$C ‑ repetition 3 of 10
blisgo.infrastructure.internal.persistence.dictionary.DogamPersistenceAdapterTest$C ‑ repetition 4 of 10
blisgo.infrastructure.internal.persistence.dictionary.DogamPersistenceAdapterTest$C ‑ repetition 5 of 10
blisgo.infrastructure.internal.persistence.dictionary.DogamPersistenceAdapterTest$C ‑ repetition 6 of 10
blisgo.infrastructure.internal.persistence.dictionary.DogamPersistenceAdapterTest$C ‑ repetition 7 of 10
blisgo.infrastructure.internal.persistence.dictionary.DogamPersistenceAdapterTest$C ‑ repetition 8 of 10
blisgo.infrastructure.internal.persistence.dictionary.DogamPersistenceAdapterTest$C ‑ repetition 9 of 10
blisgo.infrastructure.internal.persistence.dictionary.DogamPersistenceAdapterTest$RD ‑ 도감 삭제
blisgo.infrastructure.internal.persistence.dictionary.DogamPersistenceAdapterTest$RD ‑ 도감 유무 조회
blisgo.infrastructure.internal.persistence.dictionary.WastePersistenceAdapterTest$R ‑ 관련 폐기물 조회
blisgo.infrastructure.internal.persistence.dictionary.WastePersistenceAdapterTest$R ‑ 도감(사용자가 북마크한 폐기물) 조회
blisgo.infrastructure.internal.persistence.dictionary.WastePersistenceAdapterTest$R ‑ 폐기물 내 가이드 조회
blisgo.infrastructure.internal.persistence.dictionary.WastePersistenceAdapterTest$R ‑ 폐기물 조회(다건)
blisgo.infrastructure.internal.persistence.dictionary.WastePersistenceAdapterTest$R ‑ 폐기물 조회(단건)
blisgo.infrastructure.internal.persistence.dictionary.mapper.DogamMapperTest ‑ 도메인를 DTO로 변환
blisgo.infrastructure.internal.persistence.dictionary.mapper.DogamMapperTest ‑ 도메인을 엔티티로 변환
blisgo.infrastructure.internal.persistence.dictionary.mapper.DogamMapperTest ‑ 엔티티를 도메인으로 변환
blisgo.infrastructure.internal.persistence.dictionary.mapper.GuideMapperTest ‑ 도메인를 DTO로 변환
blisgo.infrastructure.internal.persistence.dictionary.mapper.GuideMapperTest ‑ 도메인을 엔티티로 변환
blisgo.infrastructure.internal.persistence.dictionary.mapper.GuideMapperTest ‑ 엔티티를 도메인으로 변환
blisgo.infrastructure.internal.persistence.dictionary.mapper.WasteMapperTest ‑ 도메인를 DTO로 변환
blisgo.infrastructure.internal.persistence.dictionary.mapper.WasteMapperTest ‑ 도메인을 엔티티로 변환
blisgo.infrastructure.internal.persistence.dictionary.mapper.WasteMapperTest ‑ 엔티티를 도메인으로 변환
blisgo.infrastructure.internal.persistence.member.MemberPersistenceAdapterTest$CRUD ‑ 회원 삭제
blisgo.infrastructure.internal.persistence.member.MemberPersistenceAdapterTest$CRUD ‑ 회원 생성
blisgo.infrastructure.internal.persistence.member.MemberPersistenceAdapterTest$CRUD ‑ 회원 수정
blisgo.infrastructure.internal.persistence.member.MemberPersistenceAdapterTest$CRUD ‑ 회원 조회
blisgo.infrastructure.internal.persistence.member.mapper.MemberMapperTest ‑ 도메인을 DTO로 변환
blisgo.infrastructure.internal.persistence.member.mapper.MemberMapperTest ‑ 도메인을 엔티티로 변환
blisgo.infrastructure.internal.persistence.member.mapper.MemberMapperTest ‑ 엔티티를 도메인으로 변환
blisgo.infrastructure.internal.ui.render.DogamRenderTest$createDogam ‑ 성공시 200 반환
blisgo.infrastructure.internal.ui.render.DogamRenderTest$createDogam ‑ 실패시 200 반환
blisgo.infrastructure.internal.ui.render.DogamRenderTest$deleteDogam ‑ 성공시 200 반환
blisgo.infrastructure.internal.ui.render.DogamRenderTest$deleteDogam ‑ 실패시 200 반환
blisgo.infrastructure.internal.ui.render.DogamRenderTest$getDogams ‑ 빈 결과값이어도 200 반환
blisgo.infrastructure.internal.ui.render.DogamRenderTest$getDogams ‑ 임의값을 넣으면 200 반환
blisgo.infrastructure.internal.ui.render.MemberRenderTest$getProfile ‑ 인증되지 않은 사용자는 프로필을 조회할 수 없다.
blisgo.infrastructure.internal.ui.render.MemberRenderTest$getProfile ‑ 인증된 사용자는 프로필을 조회할 수 있다.
blisgo.infrastructure.internal.ui.render.PostRenderTest$addPost ‑ 내용이 정상적으로 입력된 경우 200 반환
blisgo.infrastructure.internal.ui.render.PostRenderTest$getPost ‑ edit가 false인 경우 post 조회 및 CONTENT 페이지로 이동
blisgo.infrastructure.internal.ui.render.PostRenderTest$getPost ‑ edit가 true인 경우 post 조회 및 WRITE 페이지로 이동
blisgo.infrastructure.internal.ui.render.PostRenderTest$getPosts ‑ lastPostId가 null인 경우 posts 조회 및 BOARD 페이지로 이동
blisgo.infrastructure.internal.ui.render.PostRenderTest$like ‑ postId가 정상적으로 입력된 경우 200 반환
blisgo.infrastructure.internal.ui.render.PostRenderTest$removePost ‑ postId가 정상적으로 입력된 경우 200 반환
blisgo.infrastructure.internal.ui.render.PostRenderTest$unlike ‑ postId가 정상적으로 입력된 경우 200 반환
blisgo.infrastructure.internal.ui.render.PostRenderTest$updatePost ‑ 내용이 정상적으로 입력된 경우 200 반환
blisgo.infrastructure.internal.ui.render.ReplyRenderTest$addReply ‑ 내용이 정상적으로 입력된 경우 reply 추가
blisgo.infrastructure.internal.ui.render.ReplyRenderTest$getReplies ‑ 내용이 정상적으로 입력된 경우 replies 조회 및 CONTENT 페이지로 이동
blisgo.infrastructure.internal.ui.render.ReplyRenderTest$removeReply ‑ 내용이 정상적으로 입력된 경우 reply 삭제
blisgo.infrastructure.internal.ui.render.WasteRenderTest$getWaste ‑ wasteId에 해당하는 정보를 가져온다
blisgo.infrastructure.internal.ui.render.WasteRenderTest$getWastes ‑ lastWasteId 보다 큰 값을 모두 가져온다
blisgo.infrastructure.internal.ui.rest.WYSIWYGControllerTest ‑ 링크 미리보기
blisgo.infrastructure.internal.ui.rest.WYSIWYGControllerTest ‑ 파일 업로드
blisgo.infrastructure.internal.ui.view.CommunityViewTest ‑ community board 페이지 호출
blisgo.infrastructure.internal.ui.view.CommunityViewTest ‑ community content 페이지 호출
blisgo.infrastructure.internal.ui.view.CommunityViewTest ‑ community write 페이지 호출
blisgo.infrastructure.internal.ui.view.DictionaryViewTest ‑ dictionary product 페이지 호출
blisgo.infrastructure.internal.ui.view.DictionaryViewTest ‑ dictionary 페이지 호출
blisgo.infrastructure.internal.ui.view.HomeViewTest ‑ auth0 redirect
blisgo.infrastructure.internal.ui.view.HomeViewTest ‑ index 페이지 호출
blisgo.infrastructure.internal.ui.view.MemberViewTest ‑ member login 페이지 호출