Skip to content

Commit

Permalink
Merge pull request #48 from OCHA-DAP/bugfix/sector-map
Browse files Browse the repository at this point in the history
Bugfix/sector map
  • Loading branch information
b-j-mills authored Oct 12, 2023
2 parents 8206f92 + 72c6230 commit e348ac9
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 @@ -10,6 +10,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Fixed

- Pinned postgres docker image version in DB export GitHub action
- Change sector mapping for erl to ERY

## [0.4.1] - 2023-10-11

Expand Down
2 changes: 1 addition & 1 deletion src/hapi/pipelines/configs/core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ sector_map:
coordination: "CCM"
education: "EDU"
eha: "WSH"
erl: "FSC"
erl: "ERY"
nutrition: "NUT"
"operatioanl presence: water, sanitation & hygiene": "WSH"
"operational presence: education in emergencies": "EDU"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,4 @@ def test_pipelines(self, configuration, folder):
count = session.scalar(
select(func.count(DBOperationalPresence.id))
)
assert count == 12201
assert count == 12215

0 comments on commit e348ac9

Please sign in to comment.