From 367ae4bfb2156741c92d52da17e4193152cb2df2 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 11:55:49 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- CHANGELOG.md | 2 +- fsd_test_utils/fixtures/db_fixtures.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e687c3d..c979f4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ### 6.0.2 -* Allowing for the `Config` module to live in either `config` or `pre_award.config`. +* Allowing for the `Config` module to live in either `config` or `pre_award.config`. [This RFC](https://github.com/communitiesuk/funding-service-requests-for-comments/discussions/22) outlines the move of all the existing code into a top level `pre_award` folder while we consolidate an simplify the code. We need to continue to support both paths though as FAB also uses this fixture, but does not have a `pre_award` folder. diff --git a/fsd_test_utils/fixtures/db_fixtures.py b/fsd_test_utils/fixtures/db_fixtures.py index a2d423c..4672692 100644 --- a/fsd_test_utils/fixtures/db_fixtures.py +++ b/fsd_test_utils/fixtures/db_fixtures.py @@ -12,7 +12,6 @@ def prep_db(reuse_db=False): upgrade() is always run to make sure the schema is up to date. """ - # TODO sort this out once we have refactored db seeding for tests # FAB uses the config location, pre-award uses the pre_award.config location try: