Skip to content

Commit 2b08cce

Browse files
authored
Update test_acceptance.py to reflect new static_ips count (#290)
1 parent b869000 commit 2b08cce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gcp_scanner/test_acceptance.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
COMPUTE_INSTANCES_COUNT = 1
3131
COMPUTE_IMAGES_COUNT = 1
3232
COMPUTE_DISKS_COUNT = 1
33-
STATIC_IPS_COUNT = 39
33+
STATIC_IPS_COUNT = 40
3434
COMPUTE_SNAPSHOTS_COUNT = 1
3535
SUBNETS_COUNT = 40
3636
FIREWALL_RULES_COUNT = 4

0 commit comments

Comments
 (0)