Skip to content

Commit

Permalink
whoops i meant to fix that one too
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkw committed May 8, 2024
1 parent 065b149 commit 75dac39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nexus/tests/integration_tests/metrics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ async fn test_instance_watcher_metrics(
kick_instance_watcher().await;

let metrics =
dbg!(timeseries_query(&cptestctx, "{ get virtual_machine:check, get virtual_machine:incomplete_check }").await);
dbg!(timeseries_query(&cptestctx, "get virtual_machine:check").await);
let checks = metrics
.iter()
.find(|t| t.name() == "virtual_machine:check")
Expand Down

0 comments on commit 75dac39

Please sign in to comment.