Commit e112671
fix(test): update test to expect error for unsolicited 101 upgrade
The test `relay_rejects_unsolicited_101_without_client_upgrade_header`
was updated to expect an error instead of Ok(Consumed) after the code
change that made unsolicited 101 upgrades return an Err.
The behavior change was correct (unsolicited upgrades should fail), but
the test assertion wasn't updated to match the new error-returning behavior.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent a91fb49 commit e112671
1 file changed
Lines changed: 8 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1735 | 1735 | | |
1736 | 1736 | | |
1737 | 1737 | | |
1738 | | - | |
| 1738 | + | |
1739 | 1739 | | |
1740 | | - | |
1741 | | - | |
| 1740 | + | |
| 1741 | + | |
| 1742 | + | |
| 1743 | + | |
| 1744 | + | |
| 1745 | + | |
| 1746 | + | |
1742 | 1747 | | |
1743 | 1748 | | |
1744 | 1749 | | |
| |||
0 commit comments