Skip to content

Commit

Permalink
integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sundarshankar89 committed Feb 7, 2025
1 parent 750645b commit 8cdb336
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/integration/connections/test_mssql_connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@

@pytest.fixture(scope="module")
def mock_credentials():
with patch.object(
create_credential_manager,
'_load_credentials',
with patch(
'databricks.labs.remorph.connections.credential_manager._load_credentials',
return_value={
'secret_vault_type': 'env',
'secret_vault_name': '',
Expand Down

0 comments on commit 8cdb336

Please sign in to comment.