fix incorrect resetting of components (#193)

This commit is contained in:
Anshuman Goel
2020-10-22 13:47:40 -07:00
committed by GitHub
parent faeaaa1bca
commit a18c21cf7f

View File

@ -1428,7 +1428,7 @@ class Onefuzz:
return
self._delete_components(
containers, jobs, pools, notifications, repros, scalesets, tasks
containers, jobs, notifications, pools, repros, scalesets, tasks
)