mirror of
https://github.com/lnbits/lnbits.git
synced 2026-08-15 13:00:14 +02:00
3 lines
92 B
Python
3 lines
92 B
Python
def test_homepage(client):
|
|
r = client.get("/")
|
|
assert b"Add a new wallet" in r.data
|