test: Enable tests via playwright, disable interactive in CI

This commit is contained in:
Chris Coutinho
2025-10-14 01:23:38 +02:00
parent 37b0577bfd
commit 6ce411094c
4 changed files with 161 additions and 30 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ async def test_oauth_client_create_note(nc_oauth_client: NextcloudClient):
async def test_token_in_request_headers(
nc_oauth_client: NextcloudClient, interactive_oauth_token: str
nc_oauth_client: NextcloudClient, playwright_oauth_token: str
):
"""Verify that bearer token is being used in requests."""
# The client should be using BearerAuth