chore: remove placeholder commit message and replace with empty initial content
This commit is contained in:
+2
-2
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user