Skip to content

Commit 96bd553

Browse files
revert-security-center-change
1 parent 71140eb commit 96bd553

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

security-center/snippets/system-test/management_api/securityHealthAnalyticsCustomModule.test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ describe('security health analytics custom module', async () => {
4444
const parent = `organizations/${organizationId}/locations/${locationId}`;
4545
const name = `organizations/${organizationId}/locations/${locationId}/securityHealthAnalyticsCustomModules/custom_module`;
4646
const expr = {
47-
// eslint-disable-next-line quotes
4847
expression: `has(resource.rotationPeriod) && (resource.rotationPeriod > duration('2592000s'))`,
4948
};
5049
const resourceSelector = {

0 commit comments

Comments
 (0)