I don't know why this suddenly started failing, but during the AccountAdmin tests, it looks like AccountAdmin init is trying to really reach out to the API to fetch the child accounts. This pre-populates child_api_host so it doesn't make a request.
I don't know that this is necessarily the correct fix (e.g. vs ensuring that HTTP call is mocked), but it is a fix.
Motivation and Context
Fix the automated tests
How Has This Been Tested?
Tests now pass
Types of Changes
[ ] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
Description
I don't know why this suddenly started failing, but during the AccountAdmin tests, it looks like AccountAdmin init is trying to really reach out to the API to fetch the child accounts. This pre-populates child_api_host so it doesn't make a request.
I don't know that this is necessarily the correct fix (e.g. vs ensuring that HTTP call is mocked), but it is a fix.
Motivation and Context
Fix the automated tests
How Has This Been Tested?
Tests now pass
Types of Changes