Skip to content

Commit

Permalink
Update xds.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
XAMPPRocky authored Sep 20, 2023
1 parent ca54ef6 commit 226c048
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions agones/src/xds.rs
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,8 @@ filters:
}
}
if !failed {
debug_pods(&client, "role=proxy".into());
debug_pods(&client, "role=xds".into());
debug_pods(&client, "role=proxy".into()).await;
debug_pods(&client, "role=xds".into()).await;
}
assert!(failed, "Packet should have failed");
}
Expand Down

0 comments on commit 226c048

Please sign in to comment.