PROD-35843 Use correct field for alert Api key

Change-Id: Ic7006a474a718bd3f3a6d9159d016d2cc5bc4220
diff --git a/tcp_tests/managers/reclass_manager.py b/tcp_tests/managers/reclass_manager.py
index 0813b5b..ab6bd72 100644
--- a/tcp_tests/managers/reclass_manager.py
+++ b/tcp_tests/managers/reclass_manager.py
@@ -181,3 +181,8 @@
                 key=key,
                 path=short_path
             ))
+
+    def commit(self, text_commit):
+        self.ssh.check_call(
+            "cd /srv/salt/reclass; git add -u && git commit --allow-empty "
+            "-m '{text}'".format(text=text_commit))