@@ -250,7 +250,7 @@ def test_quota_set_network(self):
250250 '--ports' , str (network_fakes .QUOTA ['port' ]),
251251 '--vips' , str (network_fakes .QUOTA ['vip' ]),
252252 '--members' , str (network_fakes .QUOTA ['member' ]),
253- '--health-monitors' , str (network_fakes .QUOTA ['health_monitor ' ]),
253+ '--health-monitors' , str (network_fakes .QUOTA ['healthmonitor ' ]),
254254 identity_fakes .project_name ,
255255 ]
256256 verifylist = [
@@ -266,7 +266,7 @@ def test_quota_set_network(self):
266266 ('port' , network_fakes .QUOTA ['port' ]),
267267 ('vip' , network_fakes .QUOTA ['vip' ]),
268268 ('member' , network_fakes .QUOTA ['member' ]),
269- ('health_monitor ' , network_fakes .QUOTA ['health_monitor ' ]),
269+ ('healthmonitor ' , network_fakes .QUOTA ['healthmonitor ' ]),
270270 ]
271271 parsed_args = self .check_parser (self .cmd , arglist , verifylist )
272272
@@ -284,7 +284,7 @@ def test_quota_set_network(self):
284284 'port' : network_fakes .QUOTA ['port' ],
285285 'vip' : network_fakes .QUOTA ['vip' ],
286286 'member' : network_fakes .QUOTA ['member' ],
287- 'health_monitor ' : network_fakes .QUOTA ['health_monitor ' ],
287+ 'healthmonitor ' : network_fakes .QUOTA ['healthmonitor ' ],
288288 }
289289 self .network_mock .update_quota .assert_called_once_with (
290290 identity_fakes .project_id ,
0 commit comments