Commit 8fdeec8
committed
test: fix ClientTest relative URI rejected by Guzzle 7.x stricter validation
Newer Guzzle 7.x patch versions reject relative URIs (e.g. '/') when no
base_uri is configured, throwing InvalidArgumentException before the
MockHandler is reached. Replace with an absolute URI so the mock handler
intercepts correctly on all Guzzle 7.x versions.1 parent 2648ae2 commit 8fdeec8
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
141 | | - | |
| 141 | + | |
142 | 142 | | |
143 | 143 | | |
0 commit comments