Skip to content

Commit 33e5b42

Browse files
feat(CG-1298): update uniot test
1 parent cbe48df commit 33e5b42

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/gcp/cis-1.3.0/tests/gcp-cis-1.3.0-2.x.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1301,11 +1301,11 @@ describe('CIS Google Cloud Platform Foundations: 1.3.0', () => {
13011301
expect(processedRule.result).toBe(expectedResult)
13021302
}
13031303

1304-
test('No Security Issue when there is an inbound rule with dns logging enabled for all VPC networks', async () => {
1304+
test('No Security Issue when the Assets API is enabled', async () => {
13051305
await test213Rule(true, Result.PASS)
13061306
})
13071307

1308-
test('Security Issue when there is an inbound rule that does not have dns logging enabled for all VPC networks', async () => {
1308+
test('Security Issue when the Assets API is disabled', async () => {
13091309
await test213Rule(false, Result.FAIL)
13101310
})
13111311
})

0 commit comments

Comments
 (0)