Skip to content

Commit

Permalink
feedback
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Leong <[email protected]>
  • Loading branch information
adleong committed Oct 10, 2023
1 parent e9ae241 commit f6359c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion policy-test/tests/inbound_http_route_status.rs
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ async fn inbound_accepted_reconcile_no_parent() {
group: Some("policy.linkerd.io".to_string()),
kind: Some("Server".to_string()),
namespace: Some(ns.clone()),
name: "test-reconcile-inbound-server".to_string(),
name: server_name.to_string(),
section_name: None,
port: None,
}];
Expand Down

0 comments on commit f6359c4

Please sign in to comment.