mirror of
https://github.com/katanemo/plano.git
synced 2026-06-14 15:15:15 +02:00
test(common): bump reference config assertion to v0.4.0
The rendered reference config was bumped to v0.4.0 when its inline routing_preferences were lifted to the top level; align the configuration deserialization test with that change.
This commit is contained in:
parent
dde90cae82
commit
4206522ad9
1 changed files with 1 additions and 1 deletions
|
|
@ -656,7 +656,7 @@ mod test {
|
|||
.expect("reference config file not found");
|
||||
|
||||
let config: super::Configuration = serde_yaml::from_str(&ref_config).unwrap();
|
||||
assert_eq!(config.version, "v0.3.0");
|
||||
assert_eq!(config.version, "v0.4.0");
|
||||
|
||||
if let Some(prompt_targets) = &config.prompt_targets {
|
||||
assert!(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue