Skip to content

Commit c89a6b2

Browse files
authored
test: [UIE-10422] - DBaaS - Fixing flaky ServiceURI.spec.ts tests (#13511)
* test: [UIE-10422] - DBaaS - Fixing flaky ServiceURI.spec.ts tests * Adding changeset * Removing unnecessary changeset
1 parent 9765174 commit c89a6b2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

packages/manager/src/features/Databases/DatabaseDetail/ServiceURI.test.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ const databaseWithNoVPC = databaseFactory.build({
5353
},
5454
platform: 'rdbms-default',
5555
private_network: null, // No VPC configured
56+
status: 'active',
5657
});
5758

5859
const databaseWithPrivateVPC = databaseFactory.build({
@@ -88,6 +89,7 @@ const databaseWithPrivateVPC = databaseFactory.build({
8889
subnet_id: 1,
8990
vpc_id: 123,
9091
},
92+
status: 'active',
9193
});
9294

9395
const databaseWithPublicVPC = databaseFactory.build({
@@ -142,6 +144,7 @@ const databaseWithPublicVPC = databaseFactory.build({
142144
subnet_id: 1,
143145
vpc_id: 123,
144146
},
147+
status: 'active',
145148
});
146149

147150
// Hoist query mocks

0 commit comments

Comments
 (0)