Skip to content

Commit

Permalink
Fix SecurityGroups XML sample tests
Browse files Browse the repository at this point in the history
Fixes bug 1157521

Change-Id: I38ad52e0720feea37e8dbda8ad9c29162842c8f1
  • Loading branch information
Giampaolo Lauria authored and openstack-gerrit committed Apr 3, 2013
1 parent 751b21d commit 4e9a8ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nova/tests/integrated/test_api_samples.py
Expand Up @@ -1125,7 +1125,7 @@ def test_security_groups_list_server(self):
subs, response, 200)


class SecurityGroupsSampleXmlTest(ApiSampleTestBase):
class SecurityGroupsSampleXmlTest(SecurityGroupsSampleJsonTest):
ctype = 'xml'


Expand Down

0 comments on commit 4e9a8ec

Please sign in to comment.