Commit c3f547b0 authored by Nathan Ward's avatar Nathan Ward
Browse files

Fix sql validation errors

parent ef9c3f5b
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -115,7 +115,9 @@ describe 'freeradius::sql' do
          end

          # it do
          #   expect(catalogue).to satisfy('contain connect_timeout warning') { |c| c.resource_refs.any? { |r| r =~ %r{^warning_test: The `pool_connect_timeout` parameter requires FreeRADIUS 3.1.x.*In the future/} } }
          #   expect(catalogue).to satisfy('contain connect_timeout warning') do |c|
          #     c.resource_refs.any? { |r| r =~ %r{^warning_test: The `pool_connect_timeout` parameter requires FreeRADIUS 3.1.x.*In the future/} }
          #   end
          # end
        end
      end