Fix MetadataClient.get_proposal_runs call arguments
Description
Call to MetadataClient.get_proposal_runs
was not using the correct arguments, would always fail.
How Has This Been Tested?
It was not! I'm not even too sure when this gets called, @ahmedk mentioned when it should be used, maybe you could help out with testing?
Relevant Documents (optional)
N/A
Types of changes
- Bug fix (non-breaking change which fixes an issue)
Checklist:
- My code follows the code style of this project.