Skip to content

Commit

Permalink
Rebase fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
bnaecker committed Nov 15, 2023
1 parent add7b58 commit e7c9283
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nexus/tests/integration_tests/oximeter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ use http::StatusCode;
use nexus_test_interface::NexusServer;
use nexus_test_utils_macros::nexus_test;
use omicron_common::api::internal::nexus::ProducerEndpoint;
use omicron_common::api::internal::nexus::ProducerKind;
use omicron_test_utils::dev::poll::{wait_for_condition, CondCheckError};
use oximeter_db::DbWrite;
use std::collections::BTreeSet;
Expand Down Expand Up @@ -360,6 +361,7 @@ async fn test_oximeter_collector_reregistration_gets_all_assignments() {
ids.insert(id);
let info = ProducerEndpoint {
id,
kind: Some(ProducerKind::Service),
address: SocketAddr::new(Ipv6Addr::LOCALHOST.into(), 12345),
base_route: String::from("/collect"),
interval: Duration::from_secs(1),
Expand Down

0 comments on commit e7c9283

Please sign in to comment.