From a3edb455505f5b4a4d9bd1ff50ebcdccd03fb56e Mon Sep 17 00:00:00 2001 From: Iain McNulty Date: Thu, 19 Dec 2024 12:39:05 +0000 Subject: [PATCH] Add Settings.features.provider_partnerships feature flag This feature flag will be used to enable / disable routes and toggle the return values of certain methods so we can merge the updated provider partnerships code incrementally while maintaining the current behaviour. In test files we can have functional tests test the existing behaviour and the new implementation by switching on the feature flag for example: allow(Setttings.features).to receive(:provider_partnerships) --- config/settings.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/settings.yml b/config/settings.yml index d077436786..31d3e79920 100644 --- a/config/settings.yml +++ b/config/settings.yml @@ -79,6 +79,7 @@ feedback: link: https://forms.office.com/pages/responsepage.aspx?id=yXfS-grGoU2187O4s0qC-SKECobyE75EtuJMp8rYxZtURTNaTTJaTVhBQlQzM1RESTJDVlBERk1JQS4u features: + provider_partnerships: false api_summary_content_change: true send_request_data_to_bigquery: false v2_results: false