Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sadaqatullah committed Sep 26, 2022
1 parent 28f3e8f commit 93ae043
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ The types of changes are:
* Frontend - Configure a Manual entry connector [#1015](https://github.com/ethyca/fidesops/pull/1247)
* Manual webhook test functionality [#1323](https://github.com/ethyca/fidesops/pull/1323/)
* Added change request table [#1340](https://github.com/ethyca/fidesops/pull/1340)
* Adds Access Endpoints for Braze [#1248](https://github.com/ethyca/fidesops/pull/1248)

### Changed

Expand Down
2 changes: 1 addition & 1 deletion data/saas/config/braze_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,4 @@ saas_config:
param_values:
- name: email
identity: email
data_path: users
data_path: users
2 changes: 1 addition & 1 deletion tests/ops/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
from .fixtures.redshift_fixtures import *
from .fixtures.saas.adobe_campaign_fixtures import *
from .fixtures.saas.auth0_fixtures import *
from .fixtures.saas.connection_template_fixtures import *
from .fixtures.saas.braze_fixtures import *
from .fixtures.saas.connection_template_fixtures import *
from .fixtures.saas.datadog_fixtures import *
from .fixtures.saas.hubspot_fixtures import *
from .fixtures.saas.mailchimp_fixtures import *
Expand Down

0 comments on commit 93ae043

Please sign in to comment.