summaryrefslogtreecommitdiff
path: root/openstackclient/tests/unit
diff options
context:
space:
mode:
Diffstat (limited to 'openstackclient/tests/unit')
-rw-r--r--openstackclient/tests/unit/common/test_quota.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/openstackclient/tests/unit/common/test_quota.py b/openstackclient/tests/unit/common/test_quota.py
index 896a63a7..70fd1436 100644
--- a/openstackclient/tests/unit/common/test_quota.py
+++ b/openstackclient/tests/unit/common/test_quota.py
@@ -935,6 +935,7 @@ class TestQuotaSet(TestQuota):
}
kwargs_network = {
'subnet': network_fakes.QUOTA['subnet'],
+ 'force': True,
}
self.compute_quotas_mock.update.assert_called_once_with(
self.projects[0].id,