We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9765174 commit c89a6b2Copy full SHA for c89a6b2
1 file changed
packages/manager/src/features/Databases/DatabaseDetail/ServiceURI.test.tsx
@@ -53,6 +53,7 @@ const databaseWithNoVPC = databaseFactory.build({
53
},
54
platform: 'rdbms-default',
55
private_network: null, // No VPC configured
56
+ status: 'active',
57
});
58
59
const databaseWithPrivateVPC = databaseFactory.build({
@@ -88,6 +89,7 @@ const databaseWithPrivateVPC = databaseFactory.build({
88
89
subnet_id: 1,
90
vpc_id: 123,
91
92
93
94
95
const databaseWithPublicVPC = databaseFactory.build({
@@ -142,6 +144,7 @@ const databaseWithPublicVPC = databaseFactory.build({
142
144
143
145
146
147
148
149
150
// Hoist query mocks
0 commit comments