diff options
| author | Trey Morris <trey.morris@rackspace.com> | 2011-08-19 17:18:57 -0500 |
|---|---|---|
| committer | Trey Morris <trey.morris@rackspace.com> | 2011-08-19 17:18:57 -0500 |
| commit | 44af602dbc6f02de44e2b844a8d53a87680b7a94 (patch) | |
| tree | 27db85a49d2ed566386efdb110e8690f7b1f082d | |
| parent | 95851baea252d801cbb704e869f78162ea995ceb (diff) | |
who cares
| -rw-r--r-- | nova/tests/test_compute.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/tests/test_compute.py b/nova/tests/test_compute.py index dd65d81cc..fcb86e322 100644 --- a/nova/tests/test_compute.py +++ b/nova/tests/test_compute.py @@ -134,7 +134,7 @@ class ComputeTestCase(test.TestCase): def test_create_instance_defaults_display_name(self): """Verify that an instance cannot be created without a display_name.""" - print fake_network_info.fake_get_instance_nw_info(self.stubs, 1, 2) + print fake_network_info.fake_get_instance_nw_info(self.stubs, 2, 1) self.assertEqual(True, False) cases = [dict(), dict(display_name=None)] for instance in cases: |
