Commit f9b51bb
committed
fix smoke test: use mcr_channel key and stable-25.0 for upgrade
LAUNCHPAD map has no 'mcr_version' key — it uses 'mcr_channel'.
The type assertion on a nil map value caused a panic at line 172.
Use the correct key and replace the channel string with 'stable-25.0'
(floating channel, picks up latest patch) for the upgrade step.1 parent d2dd59f commit f9b51bb
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
172 | | - | |
| 172 | + | |
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
| |||
0 commit comments