mirror of
https://github.com/lnbits/lnbits.git
synced 2026-08-19 13:27:39 +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
|