Commit 115bd8d
Bump vws-python-mock to 2026.2.22.1
The new release fixes the urljoin bug in MockVWS so it correctly
registers handlers at path-prefixed base URLs. The path-prefix tests
stay as ConnectionError tests: MockVWS listens at the bare URL while
the client uses the prefixed URL, so the prefix being preserved
causes a ConnectionError -- the inverse of the urljoin behaviour where
the prefix would be silently dropped and the mock would respond.
(A fully positive round-trip test is not yet possible because the HMAC
signing also needs to incorporate the base URL path prefix, which is a
separate issue.)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent da75463 commit 115bd8d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
0 commit comments