This commit is contained in:
2025-11-08 20:09:58 +01:00
parent a0a52fcaa2
commit fc6a555a33
6 changed files with 433 additions and 414 deletions
+2 -2
View File
@@ -4,8 +4,8 @@ async def test_index_get(client):
resp = await client.get("/")
assert resp.status == 200
text = await resp.text()
assert "Elevate Your Business Data" in text
assert "Start Free Trial" in text
assert "Solutions for Everyone" in text
assert "Find Your Perfect Plan" in text
async def test_dashboard_get_unauthorized(client):