Skip to content

Commit

Permalink
chore: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
lfarrel6 committed Dec 5, 2024
1 parent 195631e commit cb86cdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data-plane/src/health/agent.rs
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ mod test {
);
agent.state = super::HealthcheckAgentState::Ready;
shutdown_channel
.try_send(crate::health::notify_shutdown::Service::DataPlane)
.try_send(shared::notify_shutdown::Service::DataPlane)
.unwrap();

agent.perform_healthcheck().await;
Expand Down

0 comments on commit cb86cdb

Please sign in to comment.