Skip to content

Commit

Permalink
deploy -> deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
meowjesty committed Sep 18, 2024
1 parent bb64bbb commit 3c3722e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/src/operator/policies.rs
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ fn block_unfiltered_steal_with_deployment_path_pattern() -> PolicyTestCase {
policy: MirrordPolicy::new(
"e2e-test-block-unfiltered-steal-with-path-pattern",
MirrordPolicySpec {
target_path: Some("deploy/*service-a*".into()),
target_path: Some("deployment/*service-a*".into()),
selector: None,
block: vec![BlockedFeature::StealWithoutFilter],
},
Expand Down Expand Up @@ -244,7 +244,7 @@ async fn run_mirrord_and_verify_steal_result(
let application = Application::Go21HTTP;

let target = if target_deployment {
format!("deploy/{}", kube_service.name)
format!("deployment/{}", kube_service.name)
} else {
kube_service.target.clone()
};
Expand Down

0 comments on commit 3c3722e

Please sign in to comment.