fix: update confirm base URL to adiuvai.com and success messages for double opt-in
All checks were successful
Test & Deploy Waitlist / test (push) Successful in 35s
Test & Deploy Waitlist / deploy (push) Successful in 16s

This commit is contained in:
Roberto Musso
2026-04-11 19:13:59 +02:00
parent 73a76c6667
commit 5f79ce87f9
4 changed files with 4 additions and 4 deletions

View File

@@ -57,7 +57,7 @@ async def test_join_waitlist_success(client):
assert resp.status_code == 200
data = resp.json()
assert data["ok"] is True
assert "list" in data["message"].lower()
assert "inbox" in data["message"].lower()
@pytest.mark.asyncio