Skip to content

Commit 808846d

Browse files
committed
chore(tests): remove obsolete oauth2 regression plan doc
1 parent 7a2e591 commit 808846d

File tree

3 files changed

+2
-135
lines changed

3 files changed

+2
-135
lines changed

tests/PHASE1_OAUTH2_REGRESSION_TEST_PLAN.md

Lines changed: 0 additions & 132 deletions
This file was deleted.

tests/client/test_auth_integration_phase2.py renamed to tests/client/test_auth_protocol_discovery_integration.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
"""Phase2 integration tests: unified discovery endpoint and 401 WWW-Authenticate auth_protocols extension.
1+
"""Integration tests: unified auth protocol discovery and 401 WWW-Authenticate extensions.
22
33
- Client requests /.well-known/authorization_servers and gets protocol list.
44
- Server 401 header contains auth_protocols/default_protocol/protocol_preferences and client parses them.
5-
- Phase1 regression: run ./scripts/run_phase1_oauth2_integration_test.sh (see plan).
65
"""
76

87
import httpx

tests/shared/test_streamable_http.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1291,7 +1291,7 @@ async def run_tool():
12911291
assert isinstance(captured_notifications[0], types.LoggingMessageNotification) # pragma: lax no cover
12921292
assert captured_notifications[0].params.data == "First notification before lock" # pragma: lax no cover
12931293

1294-
# Clear notifications and set up headers for phase 2 (between connections,
1294+
# Clear notifications and set up headers for the second connection (between connections,
12951295
# not tracked by coverage on Python 3.11 due to cancel scope + sys.settrace bug)
12961296
captured_notifications = [] # pragma: lax no cover
12971297
assert captured_session_id is not None # pragma: lax no cover

0 commit comments

Comments
 (0)