Skip to content

Commit

Permalink
Merge branch 'dev' into K5P-76/feat/로깅
Browse files Browse the repository at this point in the history
  • Loading branch information
dtd1614 authored Jul 31, 2024
2 parents b868d0f + 5af6618 commit 0b1f944
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ asciidoctor {
}


def querydslDir = "src/main/generated"
def querydslDir = "$buildDir/main/generated"

sourceSets {
main.java.srcDirs += [ querydslDir ]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ void getInvoiceStats() throws Exception {

// then
result.andExpect(status().isOk())
.andDo(document("stats/get-invoice-stats",
.andDo(document("stats/get",
requestCookies(
cookieWithName("access").description("엑세스 토큰")),
pathParameters(
Expand Down

0 comments on commit 0b1f944

Please sign in to comment.