Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nmattia committed Nov 14, 2024
1 parent aaff32c commit 623ea98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion rs/ic_os/metrics_tool/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ impl Metric {
Self {
name: name.to_string(),
value,
annotation: "Custom metric hahaho".to_string(),
annotation: "Custom metric".to_string(),
labels: Vec::new(),
}
}
Expand Down
1 change: 1 addition & 0 deletions rs/tests/driver/src/driver/test_env_api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1181,6 +1181,7 @@ pub fn get_ic_os_update_img_test_sha256() -> Result<String> {

pub fn get_malicious_ic_os_update_img_url() -> Result<Url> {
let sha256 = get_malicious_ic_os_update_img_sha256()?;
// TODO: extract URL and use config
let url = format!("https://artifacts.idx.dfinity.network/cas/{sha256}");
Ok(Url::parse(&url)?)
}
Expand Down

0 comments on commit 623ea98

Please sign in to comment.