diff --git a/nova/tests/functional/api/openstack/placement/gabbits/resource-provider-aggregates.yaml b/nova/tests/functional/api/openstack/placement/gabbits/resource-provider-aggregates.yaml index c4b6a6809e..b0bd3e67e0 100644 --- a/nova/tests/functional/api/openstack/placement/gabbits/resource-provider-aggregates.yaml +++ b/nova/tests/functional/api/openstack/placement/gabbits/resource-provider-aggregates.yaml @@ -93,7 +93,7 @@ tests: $.resource_providers.`len`: 1 $.resource_providers[0].uuid: 5202c48f-c960-4eec-bde3-89c4f22a17b9 -- name: error on old microverison +- name: error on old microversion GET: '/resource_providers?member_of=in:83a3d69d-8920-48e2-8914-cadfd8fa2f91,99652f11-9f77-46b9-80b7-4b1989be9f8c' request_headers: openstack-api-version: placement 1.1 diff --git a/nova/tests/unit/api/openstack/test_wsgi.py b/nova/tests/unit/api/openstack/test_wsgi.py index 9fc8249e1f..d752b01374 100644 --- a/nova/tests/unit/api/openstack/test_wsgi.py +++ b/nova/tests/unit/api/openstack/test_wsgi.py @@ -30,7 +30,7 @@ from nova.tests.unit import utils class MicroversionedTest(testscenarios.WithScenarios, test.NoDBTestCase): scenarios = [ - ('legacy-microverison', { + ('legacy-microversion', { 'header_name': 'X-OpenStack-Nova-API-Version', }), ('modern-microversion', {