diff options
| author | William Wolf <throughnothing@gmail.com> | 2011-07-27 17:21:14 -0400 |
|---|---|---|
| committer | William Wolf <throughnothing@gmail.com> | 2011-07-27 17:21:14 -0400 |
| commit | 9cc71286d6e5339e42d6957570bfc02ea71353fe (patch) | |
| tree | fca021ae13168084291f31d35d02a4157132d159 | |
| parent | 22f502cdca94a20ebb061f434a9a78789a3b165d (diff) | |
pep8 issue
| -rw-r--r-- | nova/tests/api/openstack/test_versions.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nova/tests/api/openstack/test_versions.py b/nova/tests/api/openstack/test_versions.py index 7bb762c71..1f2c1deef 100644 --- a/nova/tests/api/openstack/test_versions.py +++ b/nova/tests/api/openstack/test_versions.py @@ -471,6 +471,7 @@ class VersionsTest(test.TestCase): </version> </choices>""".replace(" ", "").replace("\n", "") % (OS_XMLNS_BASE, ATOM_XMLNS) + def test_multi_choice_server_atom(self): """ Make sure multi choice responses do not have content-type |
