fixed typo

This commit is contained in:
geekerzp 2015-06-03 15:07:50 +08:00
parent 813c0119aa
commit a30f537f5f

View File

@ -22,7 +22,7 @@ class ApiClientTests(unittest.TestCase):
def setUp(self): def setUp(self):
self.api_client = SwaggerPetstore.ApiClient(HOST) self.api_client = SwaggerPetstore.ApiClient(HOST)
def test_configuratjion(self): def test_configuration(self):
SwaggerPetstore.configuration.api_key['api_key'] = '123456' SwaggerPetstore.configuration.api_key['api_key'] = '123456'
SwaggerPetstore.configuration.api_key_prefix['api_key'] = 'PREFIX' SwaggerPetstore.configuration.api_key_prefix['api_key'] = 'PREFIX'
SwaggerPetstore.configuration.username = 'test_username' SwaggerPetstore.configuration.username = 'test_username'