Skip to content

Commit d2b8174

Browse files
committed
default authentication mode set to auto
1 parent ae41296 commit d2b8174

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/conftest.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88

99
def pytest_addoption(parser):
10-
parser.addoption("--profile", action="store", default="user", type=str)
10+
parser.addoption("--profile", action="store", default="user_azure", type=str)
1111

1212

1313
@pytest.fixture(scope="class")
@@ -54,7 +54,7 @@ def _profile_user():
5454
"user": os.getenv("SYNAPSE_TEST_USER"),
5555
"pass": os.getenv("SYNAPSE_TEST_PASS"),
5656
"database": os.getenv("SYNAPSE_TEST_DWH_NAME"),
57-
"authentication": "sql",
57+
# "authentication": "sql",
5858
},
5959
}
6060

0 commit comments

Comments
 (0)