-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
97c70d0
commit 8ed580f
Showing
3 changed files
with
109 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -254,7 +254,7 @@ def borrower(session): | |
legal_name="", # tests expect this to be in missing_data | ||
email="[email protected]", | ||
address="Direccion: Test Address\nCiudad: Test City\nProvincia: No provisto\nEstado: No provisto", | ||
legal_identifier="", | ||
legal_identifier="Test NIT", | ||
type="Test Organization Type", | ||
sector="", | ||
size=models.BorrowerSize.NOT_INFORMED, | ||
|