Commit 886c12d
Fix missing ** spread on _make_options in propagate-options test
The multi-line _make_options(...) call in
test_should_propagate_process_options_to_spawned_cli was missed by my
earlier sed pass that converted CopilotClient(_make_options(...)) to
CopilotClient(**_make_options(...)) — the regex only matched single-line
forms. Add the missing ** here.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 5676e4f commit 886c12d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
207 | 207 | | |
208 | 208 | | |
209 | 209 | | |
210 | | - | |
| 210 | + | |
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
| |||
0 commit comments