Skip to content

Commit

Permalink
fix: hardcoded test failing in the CI (#448)
Browse files Browse the repository at this point in the history
* fix: remove hardcoded node name in test

* fix: bump versions in Cargo.lock to fix deny

* chore: ignore unmantained vulnerability

* fix: cargo deny unmaintained crate

---------

Co-authored-by: chungquantin <56880684+chungquantin@users.noreply.github.com>
  • Loading branch information
AlexD10S and chungquantin committed Mar 10, 2025
1 parent f9dbc20 commit 431ddac
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 27 deletions.
49 changes: 24 additions & 25 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ toml_edit = { version = "0.22", features = ["serde"] }
symlink = "0.1"
serde_json = { version = "1.0", features = ["preserve_order"] }
serde = { version = "1.0", features = ["derive"] }
zombienet-sdk = "0.2.25"
zombienet-sdk = "0.2.26"
git2_credentials = "0.13.0"

# benchmarking
Expand Down
1 change: 0 additions & 1 deletion crates/pop-parachains/src/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,6 @@ mod tests {
assert!(raw_chain_spec.exists());
let content = fs::read_to_string(raw_chain_spec.clone()).expect("Could not read file");
assert!(content.contains("\"para_id\": 2001"));
assert!(content.contains("\"id\": \"pop-devnet\""));
assert!(content.contains("\"bootNodes\": []"));
// Test export wasm file
let wasm_file = export_wasm_file(&binary_path, &raw_chain_spec, "para-2001-wasm")?;
Expand Down
2 changes: 2 additions & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ ignore = [
{ id = "RUSTSEC-2024-0388", reason = "No upgrade available. Tracking the vulnerability: https://github.com/r0gue-io/pop-cli/issues/436" },
{ id = "RUSTSEC-2024-0384", reason = "No upgrade available. Tracking the vulnerability: https://github.com/r0gue-io/pop-cli/issues/437" },
{ id = "RUSTSEC-2020-0163", reason = "No upgrade available. Tracking the vulnerability: https://github.com/r0gue-io/pop-cli/issues/438" },
{ id = "RUSTSEC-2024-0436", reason = "No upgrade available. Tracking the vulnerability: https://github.com/r0gue-io/pop-cli/issues/450" },
{ id = "RUSTSEC-2025-0012", reason = "No upgrade available. Tracking the vulnerability: https://github.com/r0gue-io/pop-cli/issues/451" }
]

[licenses]
Expand Down

0 comments on commit 431ddac

Please sign in to comment.