feat: lud11 disposable and storeable payRequests. (#3317)

This commit is contained in:
dni ⚡ 2025-08-19 11:33:57 +02:00 committed by GitHub
parent 1488f580ff
commit ae6cf47244
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 289 additions and 46 deletions

View file

@ -792,9 +792,6 @@ async def test_api_payments_pay_lnurl(client, adminkey_headers_from):
"/api/v1/payments/lnurl", json=lnurl_data, headers=adminkey_headers_from
)
assert response.status_code == 400
assert (
response.json()["detail"] == "Failed to connect to https://xxxxxxx.lnbits.com."
)
# Test with invalid callback URL
lnurl_data["res"]["callback"] = "invalid-url.lnbits.com"