File tree Expand file tree Collapse file tree
tests/integration/in_process Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1703,6 +1703,8 @@ def test_iteration_selection_by_datetime_with_multiple_campaigns_same_target( #
17031703 rules_bucket : BucketName ,
17041704 audit_bucket : BucketName ,
17051705 secretsmanager_client : BaseClient , # noqa: ARG002
1706+ kinesis_client ,
1707+ firehose_client
17061708 ):
17071709 # Given
17081710 consumer_id = "consumer-n3bs-jo4hn-ce4na"
@@ -1795,6 +1797,13 @@ def test_iteration_selection_by_datetime_with_multiple_campaigns_same_target( #
17951797 # When
17961798 response = client .get (f"/patient-check/{ persisted_person_pc_sw19 } " , headers = headers )
17971799
1800+ bridge_latest_kinesis_record_to_firehose (
1801+ kinesis_client = kinesis_client ,
1802+ kinesis_stream_name = "test-kinesis-audit-stream" ,
1803+ firehose_client = firehose_client ,
1804+ firehose_delivery_stream_name = "test_firehose_audit_stream_to_s3" ,
1805+ )
1806+
17981807 # Then
17991808 assert_that (response , is_response ().with_status_code (HTTPStatus .OK ))
18001809
You can’t perform that action at this time.
0 commit comments