Merge "Fix functional tests after HM change"

This commit is contained in:
Jenkins 2016-10-11 20:02:50 +00:00 committed by Gerrit Code Review
commit 7e30228759
1 changed files with 3 additions and 3 deletions

View File

@ -451,9 +451,9 @@ class TestLoadBalancerGraph(base.BaseAPITest):
'project_id': self._project_id
}
expected_hm = {
'http_method': None,
'url_path': None,
'expected_codes': None,
'http_method': 'GET',
'url_path': '/',
'expected_codes': '200',
'enabled': True
}
expected_hm.update(create_hm)