Closed augray closed 1 year ago
If you called api_client.get_runs(), it would result in errors, despite claiming that all the fields were optional. In practice, we hadn't been calling the API this way, but this PR fixes it to make it more robust and adds a test.
api_client.get_runs()
If you called
api_client.get_runs()
, it would result in errors, despite claiming that all the fields were optional. In practice, we hadn't been calling the API this way, but this PR fixes it to make it more robust and adds a test.