sproutt / eussya-eussya-api

개발자 동기부여 서비스 플랫폼 '으쌰으쌰'
20 stars 1 forks source link

이메일 인증 코드 재전송을 위한 api 구현 (#38) #53

Closed Bellroute closed 4 years ago

Bellroute commented 4 years ago

close #38

hyukjin-lee commented 4 years ago

build fail 뜨네요. Acceptance test 나 integration test 같은 경우는 @Tag("integration") 으로 표기해서 test 시 배제되도록 build.gradle 에 설정해주면 좋을 것 같습니다 @jbj616