File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
tests/integration_tests/oracle Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,13 +29,13 @@ def oci_cloud():
29
29
# This is the only way I could feel confident that my subnet selection logic is working with the
30
30
# new networking configuration options as expected.
31
31
IPV6_PUBLIC_SUBNET_ID = (
32
- "ocid1.subnet.oc1.iad.aaaaaaaaofjoplcmjw4jtr22654bzkpo7od3jzij5z4phrhuhgtwrldvxihq "
32
+ "ocid1.subnet.oc1.iad.FILL_THIS_IN "
33
33
)
34
34
DUAL_STACK_PUBLIC_SUBNET_ID = (
35
- "ocid1.subnet.oc1.iad.aaaaaaaaz3ih5vu6z4bypvkte633vk6my4umrzhdunluikxuj2hvzbruy73a "
35
+ "ocid1.subnet.oc1.iad.FILL_THIS_IN "
36
36
)
37
37
DUAL_STACK_PRIVATE_SUBNET_ID = (
38
- "ocid1.subnet.oc1.iad.aaaaaaaaahhibjqn6x4re7t4ojegavini7wjxcrh3whkyq6ix5vfdx6om5aa "
38
+ "ocid1.subnet.oc1.iad.FILL_THIS_IN "
39
39
)
40
40
41
41
You can’t perform that action at this time.
0 commit comments