spec/gitlab/feature_flag_alert/gitlab_service_spec.rb [21:30]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      before do
        stub_request(:get, "https://gitlab.com/api/v4/groups/9970/milestones?state=active&updated_after=#{(Date.today - 365).iso8601}")
          .with(headers: {
            "Accept": "*/*",
            "Accept-Encoding": "gzip;q=1.0,deflate;q=0.6,identity;q=0.3",
            "User-Agent": "Faraday v2.7.11"
          })
          .to_return(
            status: 200,
            headers: {},
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



spec/gitlab/feature_flag_alert/gitlab_service_spec.rb [128:137]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      before do
        stub_request(:get, "https://gitlab.com/api/v4/groups/9970/milestones?state=active&updated_after=#{(Date.today - 365).iso8601}")
          .with(headers: {
            "Accept": "*/*",
            "Accept-Encoding": "gzip;q=1.0,deflate;q=0.6,identity;q=0.3",
            "User-Agent": "Faraday v2.7.11"
          })
          .to_return(
            status: 200,
            headers: {},
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



