Skip to content

Commit 2c7efef

Browse files
committed
fix test
1 parent f71905c commit 2c7efef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

internal/integration_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -983,7 +983,7 @@ This email tests neomd's security features.
983983
}
984984

985985
email := waitForEmail(t, cli, "INBOX", subject, 60*time.Second)
986-
defer cleanupEmail(t, cli, "INBOX", email.UID)
986+
// Intentionally NOT cleaned up — kept in demo inbox for manual testing.
987987

988988
// Fetch and verify
989989
markdown, rawHTML, _, attachments, _, spyPixels, err := cli.FetchBody(context.Background(), "INBOX", email.UID)
@@ -1077,7 +1077,7 @@ If everything works: you see the image, no popups, no iframe content.
10771077
}
10781078

10791079
email := waitForEmail(t, cli, "INBOX", subject, 60*time.Second)
1080-
defer cleanupEmail(t, cli, "INBOX", email.UID)
1080+
// Intentionally NOT cleaned up — kept in demo inbox for manual testing.
10811081

10821082
_, rawHTML, _, _, _, _, err := cli.FetchBody(context.Background(), "INBOX", email.UID)
10831083
if err != nil {

0 commit comments

Comments
 (0)