Skip to content

Commit

Permalink
fix: remove eslint, update gax, fix generated protos, run the generat…
Browse files Browse the repository at this point in the history
…or (#449)

Run the latest version of the generator, update google-gax, update gts, and remove direct dependencies on eslint.
  • Loading branch information
alexander-fenster authored Apr 12, 2020
1 parent 13dae9d commit e7cd4d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dlp/system-test/triggers.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ describe('triggers', () => {
const fullTriggerName = `projects/${projectId}/jobTriggers/${triggerName}`;
const triggerDisplayName = `My Trigger Display Name: ${uuid.v4()}`;
const triggerDescription = `My Trigger Description: ${uuid.v4()}`;
const infoType = 'US_CENSUS_NAME';
const infoType = 'PERSON_NAME';
const minLikelihood = 'VERY_LIKELY';
const maxFindings = 5;
const bucketName = process.env.BUCKET_NAME;
Expand Down

0 comments on commit e7cd4d3

Please sign in to comment.