Skip to content

Commit

Permalink
Added test for url escaping
Browse files Browse the repository at this point in the history
  • Loading branch information
GrigoriyPA committed Apr 4, 2024
1 parent a435342 commit 282f56e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ydb/tests/fq/s3/test_insert.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def create_bucket_and_upload_file(self, filename, s3, kikimr):

@yq_all
@pytest.mark.parametrize("dataset_name", ["dataset", "dataにちは% set"])
@pytest.mark.parametrize("format", ["json_list", "json_each_row", "csv_with_names"])
@pytest.mark.parametrize("format", ["json_list", "json_each_row", "csv_with_names", "parquet"])
@pytest.mark.parametrize("client", [{"folder_id": "my_folder"}], indirect=True)
def test_insert(self, kikimr, s3, client, format, dataset_name, unique_prefix):
resource = boto3.resource(
Expand Down

0 comments on commit 282f56e

Please sign in to comment.