Improve VNC test description

Minor-change in nova compute unit tests:
With the model of false value, improve the true value.

Change-Id: I7d11a5ead61dd508a3e02cb23d50e7b0035ce94b
This commit is contained in:
Emilien Macchi
2013-08-15 23:08:29 +02:00
parent 98c0f47ba5
commit c6a248c137

View File

@@ -41,7 +41,7 @@ describe 'nova::compute' do
:before => 'Nova::Generic_service[compute]'
) }
describe 'with enabled as true' do
describe 'with vnc_enabled set to true' do
let :params do
{
:enabled => true,