We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee045c4 commit f821acdCopy full SHA for f821acd
test/unit/objects/firewall_test.py
@@ -139,7 +139,7 @@ def assert_rules(rules: MappedObject):
139
assert outbound_rule.ports == "22-24, 80, 443"
140
assert outbound_rule.protocol == "TCP"
141
142
- inbound_rule = rules.outbound[0]
+ inbound_rule = rules.inbound[0]
143
assert inbound_rule.action == "ACCEPT"
144
assert inbound_rule.addresses.ipv4[0] == "192.0.2.0/24"
145
assert inbound_rule.addresses.ipv4[1] == "198.51.100.2/32"
0 commit comments