Correct spelling mistake

spelling mistake in api/configurations.py at line 253.
The word "invalid" is misspelt.

Closes-Bug: #1585478
Change-Id: I84fbee9b947509108348ce312a148e0c49afbd28
This commit is contained in:
geng chc 2016-05-25 14:43:06 +08:00 committed by amrith
parent dd49dc6e2e
commit c51c7c180a
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)