We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faaf6b1 commit b400608Copy full SHA for b400608
test/integration/component/test_ss_domain_limits.py
@@ -559,7 +559,9 @@ def test_04_create_template_delete_account(self):
559
self.assertFalse(result[0], result[1])
560
self.assertTrue(result[2], "Resource count does not match")
561
562
- expectedCount *= 2
+ self.templateSize = int((int(templates[0].size)*2) / (1024**3))
563
+
564
+ expectedCount = self.templateSize
565
result = isDomainResourceCountEqualToExpectedCount(
566
self.apiclient, self.parent_domain.id,
567
expectedCount, RESOURCE_SECONDARY_STORAGE)
0 commit comments