Skip to content

Commit 1474d2d

Browse files
committed
fix: test_fw_config test
1 parent dc91f2c commit 1474d2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/firewall/state.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ mod tests {
275275
snat_ipv4: true,
276276
snat_ipv6: true,
277277
};
278-
let net_conf_json = r#"{"subnets":["10.0.0.0/24"],"bridge_name":"bridge","network_id":"c2c8a073252874648259997d53b0a1bffa491e21f04bc1bf8609266359931395","network_hash_name":"hash","isolation":"Never","dns_port":53}"#;
278+
let net_conf_json = r#"{"subnets":["10.0.0.0/24"],"bridge_name":"bridge","network_id":"c2c8a073252874648259997d53b0a1bffa491e21f04bc1bf8609266359931395","network_hash_name":"hash","isolation":"Never","dns_port":53,"snat_ipv4":true,"snat_ipv6":true}"#;
279279

280280
let port_conf = PortForwardConfig {
281281
container_id: container_id.to_string(),

0 commit comments

Comments
 (0)