From 00bfafebd368881224fcc84149a916ed573d335f Mon Sep 17 00:00:00 2001 From: Daniel Date: Thu, 7 Dec 2023 23:11:41 +0100 Subject: [PATCH] add docstring for nextcloud quota test --- recipes/nextcloud/tests_nextcloud/tests_nextcloud.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/nextcloud/tests_nextcloud/tests_nextcloud.py b/recipes/nextcloud/tests_nextcloud/tests_nextcloud.py index f96c368..496b3ae 100644 --- a/recipes/nextcloud/tests_nextcloud/tests_nextcloud.py +++ b/recipes/nextcloud/tests_nextcloud/tests_nextcloud.py @@ -5,7 +5,7 @@ from playwright.sync_api import Page, expect def test_nextcloud_quota(nextcloud_admin_page: Page, env_config: dict[str, str]): - """Test Nextcloud""" + """Tests if the quota set in .env file matches the actual quota shown on the page within 10%""" if env_config.get("DEFAULT_QUOTA"): # get quota from website quota_string = nextcloud_admin_page.get_by_text(