Skip to content

Commit

Permalink
use 2022-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
sushi30 committed Sep 19, 2024
1 parent 97aa9d5 commit 85a186c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ingestion/tests/integration/sql_server/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
from ..conftest import ingestion_config as base_ingestion_config


@pytest.fixture(scope="module")
@pytest.fixture(scope="session")
def mssql_container(tmp_path_factory):
container = SqlServerContainer(
"mcr.microsoft.com/mssql/server:2017-CU31-GDR2-ubuntu-18.04", dbname="AdventureWorks"
"mcr.microsoft.com/mssql/server:2022-latest", dbname="AdventureWorks"
)
data_dir = tmp_path_factory.mktemp("data")
shutil.copy(
Expand Down

0 comments on commit 85a186c

Please sign in to comment.