aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test_load_lambda.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/test_load_lambda.py b/tests/test_load_lambda.py
index cb27178..290576f 100644
--- a/tests/test_load_lambda.py
+++ b/tests/test_load_lambda.py
@@ -160,11 +160,6 @@ class TestConvertParquetToDfs:
)
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_file_key_and_dataframe(
self, mock_s3_client
):
git.ajschof.me — hosted by ajschofield — powered by cgit