We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40016d9 commit a772245Copy full SHA for a772245
tests_and_examples/run_query_tests.py
@@ -282,7 +282,7 @@ def main():
282
'0X2lkIjoxMH0.xRBHeDxTzYAgFyuU94SWFbjITeoxgyRCQGdIee8qrLA'))
283
284
# MODE_TEST give us if you want to use endpoint Test or Prod
285
- MODE_TEST = os.environ.get("MODE_TEST")
+ MODE_TEST = os.environ.get("MODE_TEST", "test")
286
endpoint_test = False if MODE_TEST.lower() == 'prod' else True
287
sd_tester = SlicingDiceTester(
288
api_key=API_KEY,
0 commit comments