Skip to content

Commit

Permalink
fix: Uncomment checks for has_user_data in integration tests (#368)
Browse files Browse the repository at this point in the history
* Uncomment has_user_data checks

* Re-run fixtures

* nosec

* update fixtures
  • Loading branch information
lgarber-akamai committed Aug 28, 2023
1 parent 28949e5 commit 86917d9
Show file tree
Hide file tree
Showing 5 changed files with 18,218 additions and 5,227 deletions.
2 changes: 1 addition & 1 deletion account_events.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ const (
ActionNodebalancerNodeUpdate EventAction = "nodebalancer_node_update"
ActionOAuthClientCreate EventAction = "oauth_client_create"
ActionOAuthClientDelete EventAction = "oauth_client_delete"
ActionOAuthClientSecretReset EventAction = "oauth_client_secret_reset"
ActionOAuthClientSecretReset EventAction = "oauth_client_secret_reset" //#nosec G101
ActionOAuthClientUpdate EventAction = "oauth_client_update"
ActionPaymentMethodAdd EventAction = "payment_method_add"
ActionPaymentSubmitted EventAction = "payment_submitted"
Expand Down
Loading

0 comments on commit 86917d9

Please sign in to comment.