Skip to content

Commit

Permalink
Removed static sample secret used for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
diogo-fjrocha committed Oct 17, 2024
1 parent c3326b3 commit 970ac65
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion engine/rules/plaid.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ func PlaidAccessID() *config.Rule {
// validate
tps := []string{
generateSampleSecret("plaid", secrets.NewSecret(alphaNumeric("24"))),
"plaid_api_token = \"advm5ddxkh5h4xltv1h5dm5m\"",
}
return validate(r, tps, nil)
}

0 comments on commit 970ac65

Please sign in to comment.