Skip to content

Commit

Permalink
QA
Browse files Browse the repository at this point in the history
  • Loading branch information
andres-torres-marroquin committed Dec 2, 2024
1 parent fdf39e3 commit 208b243
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ The types of changes are:

### Changed
- Adding hashes to system tab URLs [#5535](https://github.com/ethyca/fides/pull/5535)
- Updated `/system` endpoint to filter vendor deleted systems [#5553](https://github.com/ethyca/fides/pull/5553)

### Developer Experience
- Migrated remaining instances of Chakra's Select component to use Ant's Select component [#5502](https://github.com/ethyca/fides/pull/5502)
Expand Down
1 change: 0 additions & 1 deletion tests/ctl/core/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -1686,7 +1686,6 @@ def test_vendor_deleted_systems(

system_with_cleanup.vendor_deleted_date = vendor_deleted_date
db.commit()
db.refresh(system_with_cleanup)

result = _api.ls(
url=test_config.cli.server_url,
Expand Down

0 comments on commit 208b243

Please sign in to comment.