-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #294 from GSA/feature/99_remove_duplicates_opp
Remove duplicate solicitation numbers in Opportunity Gathering
- Loading branch information
Showing
10 changed files
with
105 additions
and
59 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
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 |
---|---|---|
|
@@ -437,6 +437,37 @@ | |
"emails": ["[email protected]"], | ||
} | ||
|
||
mock_schematized_solnum_constraint_error = [ | ||
{ | ||
"notice type": "Special Notice", | ||
"solnbr": "ATC1234", | ||
"agency": "DEPT OF DEFENSE", | ||
"compliant": 0, | ||
"office": "DEPT OF THE AIR FORCE", | ||
"attachments": [], | ||
"classcod": None, | ||
"naics": "5", | ||
"subject": "Gartner Licenses", | ||
"url": "https://beta.sam.gov/opp/bdc8e589bfe24772a226b98b16239cb7/view", | ||
"setaside": "", | ||
"emails": ["[email protected]"], | ||
}, | ||
{ | ||
"notice type": "Special Notice", | ||
"solnbr": "ATC1234", | ||
"agency": "DEPT OF DEFENSE", | ||
"compliant": 0, | ||
"office": "DEPT OF THE AIR FORCE", | ||
"attachments": [], | ||
"classcod": None, | ||
"naics": "5", | ||
"subject": "Gartner Licenses", | ||
"url": "https://beta.sam.gov/opp/bdc8e589bfe24772a226b98b16239cb7/view", | ||
"setaside": "", | ||
"emails": ["[email protected]"], | ||
} | ||
] | ||
|
||
mock_attachment_data = { | ||
"text": "test", | ||
"filename": "test.txt", | ||
|
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
Oops, something went wrong.