diff --git a/test/integration/integration_test.py b/test/integration/integration_test.py index 7fc766d7..ef03f515 100644 --- a/test/integration/integration_test.py +++ b/test/integration/integration_test.py @@ -20,11 +20,12 @@ NUM_IQS_TO_IMPROVE_MODEL = 10 ACCETABLE_TRAINED_CONFIDENCE = 0.75 -if EDGE_SETUP: - gl = Groundlight(endpoint="http://localhost:30107") -else: - gl = Groundlight() +# if EDGE_SETUP: +# gl = Groundlight(endpoint="http://localhost:30108") +# else: +# gl = Groundlight() +gl = Groundlight() def main(): parser = argparse.ArgumentParser(