Skip to content

Commit a73c58f

Browse files
committed
fixup! feat(oracle): allow for specifying network configuration
1 parent 994e341 commit a73c58f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/integration_tests/oracle/test_utils.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ def oci_cloud():
2929
# This is the only way I could feel confident that my subnet selection logic is working with the
3030
# new networking configuration options as expected.
3131
IPV6_PUBLIC_SUBNET_ID = (
32-
"ocid1.subnet.oc1.iad.aaaaaaaaofjoplcmjw4jtr22654bzkpo7od3jzij5z4phrhuhgtwrldvxihq"
32+
"ocid1.subnet.oc1.iad.FILL_THIS_IN"
3333
)
3434
DUAL_STACK_PUBLIC_SUBNET_ID = (
35-
"ocid1.subnet.oc1.iad.aaaaaaaaz3ih5vu6z4bypvkte633vk6my4umrzhdunluikxuj2hvzbruy73a"
35+
"ocid1.subnet.oc1.iad.FILL_THIS_IN"
3636
)
3737
DUAL_STACK_PRIVATE_SUBNET_ID = (
38-
"ocid1.subnet.oc1.iad.aaaaaaaaahhibjqn6x4re7t4ojegavini7wjxcrh3whkyq6ix5vfdx6om5aa"
38+
"ocid1.subnet.oc1.iad.FILL_THIS_IN"
3939
)
4040

4141

0 commit comments

Comments
 (0)