test: Setup interactive browser test

This commit is contained in:
Chris Coutinho
2025-10-14 01:23:30 +02:00
parent 4d7e4b9a4b
commit 33b962a7fc
9 changed files with 162 additions and 63 deletions
+1 -1
View File
@@ -104,7 +104,7 @@ class NextcloudClient:
async def capabilities(self):
response = await self._client.get(
"/ocs/v2.php/cloud/capabilities",
"/ocs/v2.php/apps/notifications/api/v2/notifications",
headers={"OCS-APIRequest": "true", "Accept": "application/json"},
)
response.raise_for_status()