Skip to content

Commit

Permalink
BI-4975: fixed file-upl-worker test_rename_tenant_files
Browse files Browse the repository at this point in the history
  • Loading branch information
asnytin committed Nov 8, 2023
1 parent 66807a2 commit df38cc6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,6 @@ async def test_rename_tenant_files(
assert isinstance(conn, BaseFileS3Connection)
updated_source = updated_conn.get_file_source_by_id(source.id)
assert updated_source.s3_filename_suffix
assert updated_source.s3_filename_suffix != source.s3_filename_suffix
assert updated_source.s3_filename and updated_source.s3_filename.startswith(updated_conn.raw_tenant_id)
new_s3_filename = updated_conn.get_full_s3_filename(updated_source.s3_filename_suffix)
updated_s3_obj = await s3_client.get_object(Bucket=s3_persistent_bucket, Key=new_s3_filename)
Expand Down
1 change: 0 additions & 1 deletion lib/dl_file_uploader_worker_lib/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ testpaths = ["dl_file_uploader_worker_lib_tests/db", "dl_file_uploader_worker_li
[datalens.pytest.local]
root_dir = "dl_file_uploader_worker_lib_tests/"
target_path = "db unit"
labels = ["fat"]

[datalens.pytest.ext]
root_dir = "dl_file_uploader_worker_lib_tests/"
Expand Down

0 comments on commit df38cc6

Please sign in to comment.