chore: remove placeholder commit message and replace with empty initial content

This commit is contained in:
2025-11-08 19:09:58 +00:00
parent 3754900ddd
commit aa9585f91d
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):