Fix unit test for client.pp

Missing tag for unit test.

Change-Id: Iaa851ebdc1890f6ce0fd74376acbb7c46bcd9555
This commit is contained in:
zhubingbing 2018-04-14 12:06:39 +08:00
parent 2454b0e79e
commit 160a251f99
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ describe 'congress::client' do
is_expected.to contain_package('python-congressclient').with(
:ensure => 'present',
:name => platform_params[:client_package_name],
:tag => 'openstack',
)
end
end