Stop calling 'reset' function in test cleanup
... because the function is not implemented. Change-Id: Ia0a7b4fd9bad43b45f329f40d3c5cdb969f86f61
This commit is contained in:
@@ -16,7 +16,6 @@ describe Puppet::Type.type(:keystone_user).provider(:openstack) do
|
|||||||
|
|
||||||
after :each do
|
after :each do
|
||||||
described_class.reset
|
described_class.reset
|
||||||
Puppet::Type.type(:keystone_tenant).provider(:openstack).reset
|
|
||||||
end
|
end
|
||||||
|
|
||||||
let(:resource_attrs) do
|
let(:resource_attrs) do
|
||||||
|
Reference in New Issue
Block a user