From bddb039bdee4d69fe05bbe7bc47a18809c8b85c1 Mon Sep 17 00:00:00 2001
From: patrick-motsch
Date: Mon, 16 Feb 2026 23:06:56 +0100
Subject: [PATCH] docs(teamsbot): update test-auth docstring variant count
Co-authored-by: Cursor
---
modules/features/teamsbot/routeFeatureTeamsbot.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/features/teamsbot/routeFeatureTeamsbot.py b/modules/features/teamsbot/routeFeatureTeamsbot.py
index 18a560ce..984539f5 100644
--- a/modules/features/teamsbot/routeFeatureTeamsbot.py
+++ b/modules/features/teamsbot/routeFeatureTeamsbot.py
@@ -713,7 +713,7 @@ async def testAuth(
):
"""
Run auth detection tests against a Teams meeting URL.
- Tests 5 browser configuration variants to determine which ones
+ Tests 6 browser configuration variants to determine which ones
receive the /v2/ (authenticated) vs light-meetings (anonymous) page.
Does NOT join the meeting — only checks which page Teams serves.
"""