fix: ローカルのgzファイルが、tar.gzファイルになっていたため、純粋なgzファイルに変更。それに伴い、エラーメッセージも変更。

This commit is contained in:
shimoda.m@nds-tyo.co.jp 2023-08-01 16:59:59 +09:00
parent 2f86987696
commit ac99c40ad0
16 changed files with 1 additions and 1 deletions

View File

@ -1159,7 +1159,7 @@ class TestImportFileToDb:
_import_file_to_db(received_s3_files)
# 検証
assert str(e.value) == "file could not be opened successfully"
assert str(e.value) == "Not a gzipped file (b'7z')"
# teardown
for test_file in test_files: