Skip to content

Instantly share code, notes, and snippets.

@gochist
Created January 3, 2017 15:24
Show Gist options
  • Save gochist/88723f8290ed1bdcc79bb378093a63f7 to your computer and use it in GitHub Desktop.
Save gochist/88723f8290ed1bdcc79bb378093a63f7 to your computer and use it in GitHub Desktop.
test case change
june@hp650:~/git/openstack/nova$ git diff
diff --git a/nova/tests/functional/api/client.py b/nova/tests/functional/api/client.py
index b919d7f..1fb6928 100644
--- a/nova/tests/functional/api/client.py
+++ b/nova/tests/functional/api/client.py
@@ -273,7 +273,7 @@ class TestOpenStackClient(object):
return self.api_put('/servers/%s' % server_id, server).body
def post_server_action(self, server_id, data):
- return self.api_post('/servers/%s/action' % server_id, data).body
+ return self.api_post('/servers/%s/Action' % server_id, data).body
def delete_server(self, server_id):
return self.api_delete('/servers/%s' % server_id)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment