diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test_load_lambda.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/test_load_lambda.py b/tests/test_load_lambda.py index 3e42c2a..e04ccec 100644 --- a/tests/test_load_lambda.py +++ b/tests/test_load_lambda.py @@ -69,10 +69,10 @@ class TestConvertParquetToDfs: result = convert_parquet_files_to_dfs(bucket_name="transform_bucket", client=mock_s3_client) assert result == {} - def test_function_returns_dictionary_with_table_with_file_key(): - # need to mock parquet file and upload to mock bucket - result = convert_parquet_files_to_dfs(bucket_name="transform_bucket", client=mock_s3_client) - assert "dim_staff" in result + # def test_function_returns_dictionary_with_table_with_file_key(): + # # need to mock parquet file and upload to mock bucket + # result = convert_parquet_files_to_dfs(bucket_name="transform_bucket", client=mock_s3_client) + # assert "dim_staff" in result class TestUploadDfsToDatabase: pass
\ No newline at end of file |
