Skip to content
Snippets Groups Projects
Commit c3f547b0 authored by Nathan Ward's avatar Nathan Ward
Browse files

Fix sql validation errors

parent ef9c3f5b
No related branches found
No related tags found
No related merge requests found
...@@ -115,7 +115,9 @@ describe 'freeradius::sql' do ...@@ -115,7 +115,9 @@ describe 'freeradius::sql' do
end end
# it do # 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 end
end end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment