Skip to content

Commit

Permalink
chore: apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
BCerki authored and Sepehr-Sobhani committed Dec 24, 2024
1 parent ab96e94 commit 220956b
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 892 deletions.
2 changes: 1 addition & 1 deletion bc_obps/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ superuser: ## create a superuser
superuser:
$(POETRY_RUN) python $(MANAGE_PY) create_superuser

loadfixtures_v1: ## add all registration fixture files to the db
loadfixtures_v1: ## add all registration v1 fixture files to the db
loadfixtures_v1:
$(POETRY_RUN) python $(MANAGE_PY) load_fixtures_v1 $(ARGS)
$(POETRY_RUN) python $(MANAGE_PY) load_reporting_fixtures $(ARGS)
Expand Down
7 changes: 0 additions & 7 deletions bc_obps/common/management/commands/load_fixtures_v1.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,6 @@ def handle(self, *args, **options):
f'{fixture_base_dir}/multiple_operator.json',
f'{fixture_base_dir}/document.json',
f'{fixture_base_dir}/user_operator.json',
f'{fixture_base_dir}/facility.json',
f'{fixture_base_dir}/facility_designated_operation_timeline.json',
f'{fixture_base_dir}/operation_designated_operator_timeline.json',
f'{fixture_base_dir}/restart_event.json',
f'{fixture_base_dir}/closure_event.json',
f'{fixture_base_dir}/temporary_shutdown_event.json',
f'{fixture_base_dir}/transfer_event.json',
f'{fixture_base_dir}/parent_operator.json',
f'{fixture_base_dir}/partner_operator.json',
]
Expand Down
27 changes: 0 additions & 27 deletions bc_obps/registration/fixtures/mock/v1/closure_event.json

This file was deleted.

338 changes: 0 additions & 338 deletions bc_obps/registration/fixtures/mock/v1/facility.json

This file was deleted.

Loading

0 comments on commit 220956b

Please sign in to comment.