The http_local_rate_limit_policy test creates a resource with a status already hydrated, but status setting is a job of the controller.
This change updates the test to create a resource without a status and then to wait for the status to be set properly.
This will hopefully help us to avoid race conditions in this test whereby the API lookup can occur before the controller observes the resource creation.
The http_local_rate_limit_policy test creates a resource with a status already hydrated, but status setting is a job of the controller.
This change updates the test to create a resource without a status and then to wait for the status to be set properly.
This will hopefully help us to avoid race conditions in this test whereby the API lookup can occur before the controller observes the resource creation.