4.66.0
Some checks failed
Build-Release-Image / Build-Image (linux/arm64) (push) Failing after 7m18s
Build-Release-Image / Build-Image (linux/amd64) (push) Has been cancelled
Build-Release-Image / Merge-Images (push) Has been cancelled
Build-Release-Image / Create-Release (push) Has been cancelled
Build-Release-Image / Notify (push) Has been cancelled
Some checks failed
Build-Release-Image / Build-Image (linux/arm64) (push) Failing after 7m18s
Build-Release-Image / Build-Image (linux/amd64) (push) Has been cancelled
Build-Release-Image / Merge-Images (push) Has been cancelled
Build-Release-Image / Create-Release (push) Has been cancelled
Build-Release-Image / Notify (push) Has been cancelled
This commit is contained in:
@ -37,7 +37,7 @@ def prepare_complaint(
|
||||
contact = Contact.create(
|
||||
user_id=alias.user.id,
|
||||
alias_id=alias.id,
|
||||
website_email=f"contact{random.random()}@mailbox.test",
|
||||
website_email=f"contact{random.random()}@mailbox.lan",
|
||||
reply_email="d@e.f",
|
||||
commit=True,
|
||||
)
|
||||
|
@ -27,7 +27,7 @@ def generate_unsub_block_contact_data() -> Iterable:
|
||||
user_id=user.id,
|
||||
alias_id=alias.id,
|
||||
website_email="contact@example.com",
|
||||
reply_email="rep@sl.local",
|
||||
reply_email="rep@sl.lan",
|
||||
commit=True,
|
||||
)
|
||||
|
||||
@ -86,7 +86,7 @@ def generate_unsub_disable_alias_data() -> Iterable:
|
||||
user_id=user.id,
|
||||
alias_id=alias.id,
|
||||
website_email="contact@example.com",
|
||||
reply_email="rep@sl.local",
|
||||
reply_email="rep@sl.lan",
|
||||
commit=True,
|
||||
)
|
||||
|
||||
@ -145,7 +145,7 @@ def generate_unsub_preserve_original_data() -> Iterable:
|
||||
user_id=user.id,
|
||||
alias_id=alias.id,
|
||||
website_email="contact@example.com",
|
||||
reply_email="rep@sl.local",
|
||||
reply_email="rep@sl.lan",
|
||||
commit=True,
|
||||
)
|
||||
|
||||
@ -215,7 +215,7 @@ def test_unsub_preserves_sl_unsubscriber():
|
||||
user_id=user.id,
|
||||
alias_id=alias.id,
|
||||
website_email="contact@example.com",
|
||||
reply_email="rep@sl.local",
|
||||
reply_email="rep@sl.lan",
|
||||
commit=True,
|
||||
)
|
||||
message = Message()
|
||||
|
@ -49,7 +49,7 @@ def test_old_subject_block_contact():
|
||||
user_id=user.id,
|
||||
alias_id=alias.id,
|
||||
website_email="contact@example.com",
|
||||
reply_email=f"{random()}@sl.local",
|
||||
reply_email=f"{random()}@sl.lan",
|
||||
block_forward=False,
|
||||
commit=True,
|
||||
)
|
||||
@ -92,7 +92,7 @@ def test_new_subject_block_contact():
|
||||
user_id=user.id,
|
||||
alias_id=alias.id,
|
||||
website_email="contact@example.com",
|
||||
reply_email=f"{random()}@sl.local",
|
||||
reply_email=f"{random()}@sl.lan",
|
||||
block_forward=False,
|
||||
commit=True,
|
||||
)
|
||||
@ -172,7 +172,7 @@ def test_request_disable_contact(flask_client):
|
||||
user_id=user.id,
|
||||
alias_id=alias.id,
|
||||
website_email="contact@example.com",
|
||||
reply_email=f"{random()}@sl.local",
|
||||
reply_email=f"{random()}@sl.lan",
|
||||
block_forward=False,
|
||||
commit=True,
|
||||
)
|
||||
|
Reference in New Issue
Block a user