chore: remove trailing whitespace from README.md line 42

This commit is contained in:
2025-11-13 19:50:03 +00:00
parent 55235547b2
commit 157f6f9e45
15 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ async def browser():
async def context(browser):
context = await browser.new_context(
viewport={"width": 1920, "height": 1080},
user_agent="Mozilla/5.0 (X11; Linux x86_64) RBox E2E Tests",
user_agent="Mozilla/5.0 (X11; Linux x86_64) MyWebdav E2E Tests",
ignore_https_errors=True,
service_workers='block'
)