fix: use CI-compatible cargo path in UI test expected output

This commit is contained in:
2026-01-26 17:41:28 +03:00
parent 5d2748a90c
commit e89b8f29b7
@@ -740,7 +740,7 @@ error[E0277]: the trait bound `Runtime: Config` is not satisfied
= help: the trait `Serialize` is implemented for `GenesisConfig<T>`
= note: required for `GenesisConfig<Runtime>` to implement `Serialize`
note: required by a bound in `pezframe_support::pezsp_runtime::serde::ser::SerializeStruct::serialize_field`
--> /home/mamostehp/.cargo/git/checkouts/serde-fba1804c83c3e009/0a75fdd/serde_core/src/ser/mod.rs:1917:21
--> /usr/local/cargo/git/checkouts/serde-fba1804c83c3e009/0a75fdd/serde_core/src/ser/mod.rs:1917:21
|
1915 | fn serialize_field<T>(&mut self, key: &'static str, value: &T) -> Result<(), Self::Error>
| --------------- required by a bound in this associated function