Skip to content

Commit

Permalink
gah, typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkw committed Aug 23, 2024
1 parent d497472 commit d13aff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nexus/tests/integration_tests/sp_updater.rs
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ async fn test_sp_updater_switches_mgs_instances_on_failure() {
async fn test_sp_updater_delivers_progress() {
// Start MGS + Sim SP.
let mgstestctx = {
let (mut mgs_config, sp_sim_confg) = mgs_setup::load_test_config();
let (mut mgs_config, sp_sim_config) = mgs_setup::load_test_config();
// Enabling SP metrics collection makes this alread-flaky test even
// flakier, so let's just turn it off.
// TODO(eliza): it would be nice if we didn't have to disable metrics in
Expand Down

0 comments on commit d13aff5

Please sign in to comment.