From b9ca2c3a43414b2829aa4b1da419ad52f715d3f9 Mon Sep 17 00:00:00 2001 From: "shimoda.m@nds-tyo.co.jp" Date: Wed, 17 Aug 2022 16:08:26 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=E3=82=A2=E3=82=B5=E3=83=BC=E3=82=B7?= =?UTF-8?q?=E3=83=A7=E3=83=B3=E3=81=AE=E4=B8=8D=E8=B6=B3=E3=82=92=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ecs/crm-datafetch/tests/test_check_object_info_process.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ecs/crm-datafetch/tests/test_check_object_info_process.py b/ecs/crm-datafetch/tests/test_check_object_info_process.py index 46125bc4..ebc8a917 100644 --- a/ecs/crm-datafetch/tests/test_check_object_info_process.py +++ b/ecs/crm-datafetch/tests/test_check_object_info_process.py @@ -46,6 +46,7 @@ class TestCheckObjectInfoProcess: assert actual_fetch_target_objects.is_update_last_fetch_datetime is True assert actual_fetch_target_objects.datetime_column == 'SystemModstamp' assert actual_fetch_target_objects.upload_file_name == f'CRM_Account_{execute_datetime.format_date()}' + assert actual_fetch_target_objects.last_fetch_datetime_file_name == 'Account.json' # ログの確認 assert generate_log_message_tuple(log_message='I-CHK-01 オブジェクト情報形式チェック処理を開始します') in caplog.record_tuples