Skip to content

Commit 64eb3c1

Browse files
committed
fix unit tests
1 parent 274c4aa commit 64eb3c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/test_bucket.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4641,7 +4641,7 @@ def test_ip_filter_setter(self):
46414641
bucket.ip_filter = ip_filter
46424642

46434643
self.assertIn(_IP_FILTER_PROPERTY, bucket._changes)
4644-
self.assertEqual(bucket._properties[_IP_FILTER_PROPERTY], {"mode": "Enabled", "vpcNetworkSources": []})
4644+
self.assertEqual(bucket._properties[_IP_FILTER_PROPERTY], {"mode": "Enabled", "vpcNetworkSources": [], 'allowAllServiceAgentAccess': False})
46454645

46464646
def test_ip_filter_setter_w_none(self):
46474647
"""Test clearing the ip_filter by setting it to None."""

0 commit comments

Comments
 (0)