Commit bf83be7
committed
test(webviewMessageHandler): correct LiteLLM credential priority assertion
The test "prefers config values over message values for LiteLLM" was
asserting the old || behavior. The handler now uses ?? so message.values
takes precedence over saved config, matching the DeepSeek pattern and
allowing unsaved settings UI state to be used during Sync Models.1 parent c505a6b commit bf83be7
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
629 | 629 | | |
630 | 630 | | |
631 | 631 | | |
632 | | - | |
| 632 | + | |
633 | 633 | | |
634 | 634 | | |
635 | 635 | | |
| |||
641 | 641 | | |
642 | 642 | | |
643 | 643 | | |
644 | | - | |
| 644 | + | |
645 | 645 | | |
646 | 646 | | |
647 | | - | |
648 | | - | |
| 647 | + | |
| 648 | + | |
649 | 649 | | |
650 | 650 | | |
651 | 651 | | |
| |||
0 commit comments