summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2022-02-25 17:07:48 +0000
committerGerrit Code Review <review@openstack.org>2022-02-25 17:07:48 +0000
commitb2b12bbf9ca70a7a1b7f520c150781babfb1f0a0 (patch)
tree141082d3de094f1560c72240e7f5782e32832ef1
parenta05b326e428ec0070867b052eb64c008cf46673d (diff)
parent3c4accf94fa899f00a14a34ae7cac4a9c7e9fa31 (diff)
downloadhorizon-b2b12bbf9ca70a7a1b7f520c150781babfb1f0a0.tar.gz
Merge "Follow-up: Drop Django launch instance (part 2)"
-rw-r--r--openstack_dashboard/dashboards/project/instances/tests.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/openstack_dashboard/dashboards/project/instances/tests.py b/openstack_dashboard/dashboards/project/instances/tests.py
index e01abd3ca..cf22eb30c 100644
--- a/openstack_dashboard/dashboards/project/instances/tests.py
+++ b/openstack_dashboard/dashboards/project/instances/tests.py
@@ -2189,9 +2189,6 @@ class InstanceTests2(InstanceTestBase, InstanceTableTestMixin):
workflows.ResizeInstance.name)
self.assertContains(res, 'Disk Partition')
- config_drive_field_label = 'Configuration Drive'
- self.assertNotContains(res, config_drive_field_label)
-
step = workflow.get_step("flavor_choice")
self.assertEqual(step.action.initial['old_flavor_name'],
self.flavors.first().name)