Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitryDodzin committed Jul 16, 2024
1 parent e55a2d7 commit b357741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mirrord/agent/src/steal/ip_tables/mesh.rs
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ mod tests {
mock.expect_insert_rule()
.with(
eq(IPTABLE_MESH.as_str()),
eq(format!("-m owner --gid-owner {gid} -p tcp -j RETURN")),
eq(format!("-m owner --gid-owner {gid} -p tcp -j RETURN")),
eq(1),
)
.times(1)
Expand Down

0 comments on commit b357741

Please sign in to comment.