Merge "Correct spelling mistake"

This commit is contained in:
Jenkins 2016-05-28 13:33:05 +00:00 committed by Gerrit Code Review
commit f9df5af18d
1 changed files with 1 additions and 1 deletions

View File

@ -250,7 +250,7 @@ class CreateConfigurations(ConfigurationsTestBase):
@test
def test_configurations_create_invalid_value_type(self):
"""Test create configuration with invalild value type."""
"""Test create configuration with invalid value type."""
values = '{"key_buffer_size": "this is a string not int"}'
assert_unprocessable(instance_info.dbaas.configurations.create,
CONFIG_NAME, values, CONFIG_DESC)