mirror of https://github.com/apache/jclouds.git
Fixed one more issue with clean-stub-fixture
This commit is contained in:
parent
6c4294ed1c
commit
f8b4f3e23e
|
@ -41,7 +41,7 @@ list, Alan Dipert and MeikelBrandmeyer."
|
|||
[compute-service]
|
||||
(fn [f]
|
||||
(doseq [node (nodes compute-service)]
|
||||
(destroy-node *compute* (.getId node)))
|
||||
(destroy-node compute-service (.getId node)))
|
||||
(f)))
|
||||
|
||||
(use-fixtures :each (clean-stub-fixture *compute*))
|
||||
|
|
Loading…
Reference in New Issue