Skip to content

Commit

Permalink
chore(rust): adapt test after rebase
Browse files Browse the repository at this point in the history
adapt test case
  • Loading branch information
polvorin committed May 25, 2024
1 parent 7ab0742 commit cc75366
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@ mod test {
Resource::new("arbitrary-resource-name", ResourceType::KafkaConsumer),
Action::HandleMessage,
Env::new(),
handle.node_manager.identifier(),
Some(handle.node_manager.identifier()),
);

let producer_policy_access_control = policies.make_policy_access_control(
secure_channels.identities().identities_attributes(),
Resource::new("arbitrary-resource-name", ResourceType::KafkaProducer),
Action::HandleMessage,
Env::new(),
handle.node_manager.identifier(),
Some(handle.node_manager.identifier()),
);

let secure_channel_controller = KafkaSecureChannelControllerImpl::new(
Expand Down

0 comments on commit cc75366

Please sign in to comment.