Skip to content

Commit 2cdbaf9

Browse files
sfi changes v4
1 parent 2088121 commit 2cdbaf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App/tests/backend/services/test_sqldb_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def test_get_connection(mock_credential_class, mock_connect):
5959

6060
@patch("backend.services.sqldb_service.pyodbc.connect") # Mock pyodbc.connect
6161
@patch(
62-
"backend.helpers.azure_credential_utils.get_azure_credential"
62+
"backend.services.sqldb_service.get_azure_credential"
6363
) # Mock DefaultAzureCredential
6464
def test_get_connection_token_failure(mock_credential_class, mock_connect):
6565
# Mock the DefaultAzureCredential and get_token method

0 commit comments

Comments
 (0)