Skip to content

Commit

Permalink
(BSR)[API] fix: Failing tests on master
Browse files Browse the repository at this point in the history
  • Loading branch information
dramelet-pass authored and damien-ramelet committed Sep 19, 2024
1 parent a8e4cc2 commit b4a397c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions api/src/pcapi/routes/serialization/address_serialize.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ def retrieve_address_info_from_oa(offerer_address: OffererAddress) -> dict:
inseeCode=offerer_address.address.inseeCode,
postalCode=offerer_address.address.postalCode,
street=offerer_address.address.street,
departmentCode=offerer_address.address.departmentCode,
city=offerer_address.address.city,
longitude=offerer_address.address.longitude,
latitude=offerer_address.address.latitude,
Expand Down
1 change: 1 addition & 0 deletions api/tests/routes/pro/get_venue_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ def when_user_has_rights_on_managing_offerer(self, client, db_session):
"postalCode": "75000",
"inseeCode": "75102",
"city": "Paris",
"departmentCode": "75",
"latitude": 48.87004,
"longitude": 2.3785,
"banId": "75102_7560_00001",
Expand Down

0 comments on commit b4a397c

Please sign in to comment.