Skip to content

Commit

Permalink
#264 fixed unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ahsimb committed Oct 16, 2024
1 parent ece981e commit d16eece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit_tests/udfs/test_base_udf.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def test_model_downloader_all_parameters(mock_local_path, mock_create_loc, descr
("model_name missing", "test_bucketfs_con_name", Connection(address=f"file:///test"),
"test_subdir", None),
])
@patch('exasol_transformers_extension.utils.bucketfs_operations.create_bucketfs_location_from_conn_object')
@patch('exasol.python_extension_common.connections.bucketfs_location.create_bucketfs_location_from_conn_object')
@patch('exasol_transformers_extension.utils.bucketfs_operations.get_local_bucketfs_path')
def test_model_downloader_missing_parameters(mock_local_path, mock_create_loc, description,
bucketfs_conn_name, bucketfs_conn, sub_dir, model_name):
Expand Down

0 comments on commit d16eece

Please sign in to comment.