Merge "Change prepareYardstickEnv to prepare_env and add log info"
[yardstick.git] / tests / unit / apiserver / resources / test_env_action.py
index c7ae10a..d61092d 100644 (file)
@@ -18,7 +18,7 @@ class EnvTestCase(APITestCase):
 
     def test_create_grafana(self):
         url = 'yardstick/env/action'
-        data = {'action': 'createGrafanaContainer'}
+        data = {'action': 'create_grafana'}
         resp = self._post(url, data)
 
         time.sleep(1)