SIENTIAPDE-1151
Enhance test cases in Gates and Redis activities by adding 'name' field to data and updating Redis TTL to 5 hours for better data retention.
This commit is contained in:
@@ -164,7 +164,7 @@ async def test_put_last_data_timestamp_not_empty_dataframe(redis_activity):
|
||||
redis_activity.set.assert_called_once_with(
|
||||
'last_data_timestamp_test_pipeline_test_schedule',
|
||||
'2023-01-01 12:00:01',
|
||||
ttl=None
|
||||
ttl=18000
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user