Skip to content

Commit 59f800d

Browse files
committed
some more testing
1 parent 4bc01c6 commit 59f800d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/google-cloud-serverless/test/integrations/google-cloud-grpc.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
jest.mock('dns');
1+
jest.mock('dns'); // trufflehog:ignore
22

33
import * as dns from 'dns';
44
import { EventEmitter } from 'events';

packages/google-cloud-serverless/test/integrations/google-cloud-http.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { BigQuery } from '@google-cloud/bigquery';
1+
import { BigQuery } from '@google-cloud/bigquery'; // trufflehog:ignore
22
import * as nock from 'nock';
33

44
import { SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN } from '@sentry/core';

0 commit comments

Comments
 (0)