Skip to content

Commit 1547759

Browse files
committed
fix: 토큰 제거
1 parent f006ada commit 1547759

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/java/eatda/document/story/StoryDocumentTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,6 @@ class GetStory {
214214

215215
Response response = given(document)
216216
.pathParam("storyId", storyId)
217-
.header(HttpHeaders.AUTHORIZATION, accessToken())
218217
.when()
219218
.get("/api/stories/{storyId}");
220219

0 commit comments

Comments
 (0)