Skip to content

Commit f821acd

Browse files
Apply suggestion from @Copilot
Co-authored-by: Copilot <[email protected]>
1 parent ee045c4 commit f821acd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/objects/firewall_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ def assert_rules(rules: MappedObject):
139139
assert outbound_rule.ports == "22-24, 80, 443"
140140
assert outbound_rule.protocol == "TCP"
141141

142-
inbound_rule = rules.outbound[0]
142+
inbound_rule = rules.inbound[0]
143143
assert inbound_rule.action == "ACCEPT"
144144
assert inbound_rule.addresses.ipv4[0] == "192.0.2.0/24"
145145
assert inbound_rule.addresses.ipv4[1] == "198.51.100.2/32"

0 commit comments

Comments
 (0)