mirror of
https://github.com/lnbits/lnbits.git
synced 2025-10-10 12:32:34 +02:00
4 lines
92 B
Python
4 lines
92 B
Python
def test_homepage(client):
|
|
r = client.get("/")
|
|
assert b"Add a new wallet" in r.data
|