mirror of
https://github.com/inspec/inspec
synced 2024-11-27 15:10:44 +00:00
fix functional test for compliance plugin
This commit is contained in:
parent
1e93d370fe
commit
f72fddb114
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ describe 'inspec compliance' do
|
||||||
out = inspec('compliance login http://example.com')
|
out = inspec('compliance login http://example.com')
|
||||||
out.exit_status.must_equal 1
|
out.exit_status.must_equal 1
|
||||||
#TODO: inspec should really use stderr for errors
|
#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
|
end
|
||||||
|
|
||||||
it 'inspec compliance profiles without authentication' do
|
it 'inspec compliance profiles without authentication' do
|
||||||
|
|
Loading…
Reference in a new issue