mirror of
https://github.com/inspec/inspec
synced 2024-11-23 13:13:22 +00:00
Merge pull request #941 from chef/chris-rock/fix-functional-tests
fix functional test for compliance plugin
This commit is contained in:
commit
2848aeb07d
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.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
|
||||
|
|
Loading…
Reference in a new issue