Skip to content

Commit

Permalink
Fix: prompt 고도화로 test 실패 방지
Browse files Browse the repository at this point in the history
  • Loading branch information
BYEONGRYEOL committed Jun 4, 2024
1 parent 486951d commit b613613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/com/gt/genti/service/MatchTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public void oneRequestWithAdminStrategy() {
List<PictureUserFace> savedPictureUserfaceList = pictureService.updatePictureUserFaceAll(commandList);

PGREQSaveRequestDto req = PGREQSaveRequestDto.builder()
.prompt("벚꽃여자요")
.prompt("밤에 한강공원에서 벤치에 앉은 사진이요")
.posePictureKey(savedPicturePose.getKey())
.cameraAngle(CameraAngle.ABOVE)
.shotCoverage(ShotCoverage.FACE)
Expand Down

0 comments on commit b613613

Please sign in to comment.