File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 3838 ENGINE_URL : ${{ steps.setup.outputs.engine_url }}
3939 STOPPED_ENGINE_NAME : ${{ steps.setup.outputs.stopped_engine_name }}
4040 STOPPED_ENGINE_URL : ${{ steps.setup.outputs.stopped_engine_url }}
41- API_ENDPOINT : " api.dev.firebolt.io"
41+ FIREBOLT_BASE_URL : " api.dev.firebolt.io"
4242 run : |
4343 pytest -o log_cli=true -o log_cli_level=INFO tests/integration
Original file line number Diff line number Diff line change 4545 ENGINE_URL : ${{ steps.setup.outputs.engine_url }}
4646 STOPPED_ENGINE_NAME : ${{ steps.setup.outputs.stopped_engine_name }}
4747 STOPPED_ENGINE_URL : ${{ steps.setup.outputs.stopped_engine_url }}
48- API_ENDPOINT : " api.dev.firebolt.io"
48+ FIREBOLT_BASE_URL : " api.dev.firebolt.io"
4949 run : |
5050 pytest -o log_cli=true -o log_cli_level=INFO tests/integration
5151
Original file line number Diff line number Diff line change 22from logging import getLogger
33from os import environ
44
5- import nest_asyncio
65from pytest import fixture
76from sqlalchemy import create_engine
87from sqlalchemy .engine .base import Connection , Engine
98from sqlalchemy .ext .asyncio import create_async_engine
109
11- nest_asyncio .apply ()
12-
1310LOGGER = getLogger (__name__ )
1411
1512ENGINE_NAME_ENV = "ENGINE_NAME"
You can’t perform that action at this time.
0 commit comments