diff --git a/ci/ci_test.py b/ci/ci_test.py index 05d64c3..140685e 100755 --- a/ci/ci_test.py +++ b/ci/ci_test.py @@ -4,6 +4,7 @@ Runs tests against test hyperglass instance """ import os import json +import requests from logzero import logger working_directory = os.path.dirname(os.path.abspath(__file__))