Commit 2946610
Replace urljoin with string concatenation for base URL construction
urljoin(base, path) silently drops any path prefix from the base URL
when path starts with '/', so base_vws_url values like
'http://localhost/mock' would have '/mock' ignored. String concatenation
preserves the full base URL path as intended.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent d16decf commit 2946610
1 file changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | 5 | | |
8 | 6 | | |
9 | 7 | | |
| |||
64 | 62 | | |
65 | 63 | | |
66 | 64 | | |
67 | | - | |
| 65 | + | |
68 | 66 | | |
69 | 67 | | |
70 | 68 | | |
| |||
0 commit comments