FIX: remove sentiment_hq from multi-api tests

This commit is contained in:
Madison May
2015-06-11 18:19:12 -04:00
parent ce601a5d9f
commit 0ece296842
+3
View File
@@ -13,6 +13,9 @@ from indicoio import sentiment_hq, batch_sentiment_hq
from indicoio import predict_image, predict_text, batch_predict_image, batch_predict_text
from indicoio.utils.errors import IndicoError
# TODO: remove once sentiment_hq is added to the public API
config.TEXT_APIS.remove("sentiment_hq")
DIR = os.path.dirname(os.path.realpath(__file__))
class BatchAPIRun(unittest.TestCase):