fix functional test for compliance plugin

This commit is contained in:
Christoph Hartmann 2016-08-19 17:16:19 +02:00
parent 1e93d370fe
commit f72fddb114

View file

@ -32,7 +32,7 @@ describe 'inspec compliance' do
out = inspec('compliance login http://example.com')
out.exit_status.must_equal 1
#TODO: inspec should really use stderr for errors
out.stdout.must_include 'Please run `inspec compliance login` with options'
out.stdout.must_include 'Please run `inspec compliance login SERVER` with options'
end
it 'inspec compliance profiles without authentication' do