Commit 0c493de
test(fractional): add invalid/missing variant fallback cases
Per review feedback: add two rows to the nested-var scenario that
exercise fallback behavior when the resolved variant name is not
present in the flag's variants map.
| jon@company.com | yellow | fallback | (variant not in map → error → caller default)
| jon@company.com | | fallback | (empty string → not in map → error → caller default)
Signed-off-by: Simon Schrottner <simon.schrottner@dynatrace.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 9bf3313 commit 0c493de
1 file changed
Lines changed: 6 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
108 | 110 | | |
109 | 111 | | |
110 | 112 | | |
| |||
0 commit comments