test: Update share client to fix test, update passwords

This commit is contained in:
Chris Coutinho
2025-10-15 10:35:22 +02:00
parent b50e212f05
commit 5db02313a1
3 changed files with 16 additions and 6 deletions
+2 -2
View File
@@ -760,9 +760,9 @@ async def interactive_oauth_token(oauth_callback_server) -> str:
client_info = await load_or_register_client(
nextcloud_url=nextcloud_host,
registration_endpoint=registration_endpoint,
storage_path=".nextcloud_oauth_test_client.json",
storage_path=".nextcloud_oauth_shared_test_client.json",
redirect_uris=[callback_url],
force_register=True,
force_register=False, # Reuse existing credentials if valid
)
# First, open Nextcloud login page to establish session