Commit 3f7e5a5
committed
Fix GithubCopilotTask field name to match API response
Rename to to match the real GitHub Copilot API response. The test mock was already updated to use , but the model field name wasn't changed, causing Pydantic to silently drop the API value and leave the field as None.1 parent 6c83f74 commit 3f7e5a5
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| |||
0 commit comments