Commit bce9046
fix: update tests to expect issuer URLs without trailing slash
Update test_build_metadata to expect stripped trailing slashes from
issuer URLs, matching the serializer behavior. Remove the xfail marker
on the simple-url test case since the serializer now handles Pydantic's
AnyHttpUrl trailing slash addition.
Update test_auth_integration to expect issuer without trailing slash.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent d2f445d commit bce9046
File tree
2 files changed
+7
-7
lines changed- tests
- client
- server/mcpserver/auth
2 files changed
+7
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1414 | 1414 | | |
1415 | 1415 | | |
1416 | 1416 | | |
| 1417 | + | |
1417 | 1418 | | |
1418 | 1419 | | |
1419 | 1420 | | |
1420 | 1421 | | |
1421 | 1422 | | |
1422 | 1423 | | |
1423 | 1424 | | |
1424 | | - | |
1425 | | - | |
1426 | 1425 | | |
| 1426 | + | |
1427 | 1427 | | |
1428 | 1428 | | |
1429 | 1429 | | |
1430 | 1430 | | |
1431 | 1431 | | |
1432 | 1432 | | |
1433 | 1433 | | |
1434 | | - | |
1435 | | - | |
1436 | | - | |
1437 | 1434 | | |
1438 | 1435 | | |
1439 | 1436 | | |
| 1437 | + | |
1440 | 1438 | | |
1441 | 1439 | | |
1442 | 1440 | | |
| |||
1445 | 1443 | | |
1446 | 1444 | | |
1447 | 1445 | | |
| 1446 | + | |
1448 | 1447 | | |
1449 | 1448 | | |
1450 | 1449 | | |
| |||
1457 | 1456 | | |
1458 | 1457 | | |
1459 | 1458 | | |
| 1459 | + | |
1460 | 1460 | | |
1461 | 1461 | | |
1462 | 1462 | | |
| |||
1472 | 1472 | | |
1473 | 1473 | | |
1474 | 1474 | | |
1475 | | - | |
| 1475 | + | |
1476 | 1476 | | |
1477 | 1477 | | |
1478 | 1478 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
312 | 312 | | |
313 | 313 | | |
314 | 314 | | |
315 | | - | |
| 315 | + | |
316 | 316 | | |
317 | 317 | | |
318 | 318 | | |
| |||
0 commit comments