Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: Presigned Url 생성 테스트 작성 #209

Merged
merged 2 commits into from
Jan 10, 2024
Merged

test: Presigned Url 생성 테스트 작성 #209

merged 2 commits into from
Jan 10, 2024

Conversation

shin-mallang
Copy link
Member

@shin-mallang shin-mallang self-assigned this Jan 10, 2024
@shin-mallang shin-mallang linked an issue Jan 10, 2024 that may be closed by this pull request
1 task
Copy link

github-actions bot commented Jan 10, 2024

Test Results

299 files  +1  299 suites  +1   1m 0s ⏱️ +26s
807 tests +1  806 ✅ +1  1 💤 ±0  0 ❌ ±0 
842 runs  +1  841 ✅ +1  1 💤 ±0  0 ❌ ±0 

Results for commit 98361af. ± Comparison against base commit 0e448fb.

This pull request removes 14 and adds 3 tests. Note that renamed tests count towards both.

          Shin._.Mallang
        title-value
    </title>
    <meta property="og:title" content="Shin._.Mallang"/>
    <title>
    HI
 </head>
</body>
</html>
…
com.mallang.common.infra.s3.PresignedUrlServiceTest ‑ 이미지 확장자를 받아 이미지 이름을 UUID로 생성 후 프리사인드 URL을 생성하여 반환한다
com.mallang.reference.infrastructure.jsoup.JsoupUrlTitleMetaInfoFetcherTest ‑ [1] html=<!DOCTYPE html>
<head>
    <title>
          Shin._.Mallang
    </title>
 </head>

<body>
    HI
</body>

</html>

com.mallang.reference.infrastructure.jsoup.JsoupUrlTitleMetaInfoFetcherTest ‑ [2] html=<!DOCTYPE html>
<head>
    <title>
        title-value
    </title>
    <meta property="og:title" content="Shin._.Mallang"/>
 </head>

<body>
    HI
</body>

</html>

♻️ This comment has been updated with latest results.

Copy link

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@shin-mallang shin-mallang merged commit c951802 into main Jan 10, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[✅ test] Presigned Url 생성 테스트
1 participant