Skip to content

Commit 7b3cc99

Browse files
Added force flag in tests
1 parent 6290f42 commit 7b3cc99

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/integration/smoke/test_templates.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ def tearDown(self):
115115
cmd = deleteTemplate.deleteTemplateCmd()
116116
cmd.id = temp.id
117117
cmd.zoneid = self.zone.id
118+
cmd.forced = True
118119
self.apiclient.deleteTemplate(cmd)
119120
except Exception as e:
120121
raise Exception("Warning: Exception during cleanup : %s" % e)

0 commit comments

Comments
 (0)