Fix MagnumClientPluginTests

This patch changes MagnumClientPluginTests.test_create to use
'endpoint_override' in place of 'endpoint'.

Change-Id: I90849176bfcea4ae6ec243e71fef5a9b7bca5f3f
Closes-Bug: #1519287
This commit is contained in:
Rabi Mishra 2015-11-24 15:28:14 +05:30
parent 7a864ed203
commit 0f33d2d94f
1 changed files with 1 additions and 1 deletions

View File

@ -28,4 +28,4 @@ class MagnumClientPluginTests(common.HeatTestCase):
plugin = context.clients.client_plugin('magnum')
client = plugin.client()
self.assertEqual('http://server.test:5000/v3',
client.baymodels.api.endpoint)
client.baymodels.api.endpoint_override)