Skip to content

Commit a88172b

Browse files
committed
Merge branch 'fix/rule-validation-field' into 'develop'
fix: update rule validation test field name and add pipeline badge See merge request genaiic-reusable-assets/engagement-artifacts/genaiic-idp-accelerator!639
2 parents fd02cc1 + 88dd30d commit a88172b

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
SPDX-License-Identifier: MIT-0
55

6+
<!-- Internal GitLab pipeline badge (visible on gitlab.aws.dev, not accessible on public GitHub mirror) -->
7+
[![pipeline status](https://gitlab.aws.dev/genaiic-reusable-assets/engagement-artifacts/genaiic-idp-accelerator/badges/develop/pipeline.svg)](https://gitlab.aws.dev/genaiic-reusable-assets/engagement-artifacts/genaiic-idp-accelerator/-/commits/develop)
8+
69
**Questions?** [![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/aws-solutions-library-samples/accelerated-intelligent-document-processing-on-aws)
710

811
📖 **[Browse the Documentation Site](https://aws-solutions-library-samples.github.io/accelerated-intelligent-document-processing-on-aws/)** — searchable, with sidebar navigation

scripts/sdlc/codebuild_deployment.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -382,12 +382,12 @@ def test_step5_rule_validation(stack_name):
382382
print("Step 5: Testing rule validation...")
383383
config_version = "rule-validation"
384384
config_path = "config_library/unified/rule-validation/config.yaml"
385-
sample_file = "Prior-Auth-12345678.pdf"
385+
sample_file = "medicare_respiratory_pa_packet.pdf"
386386
sample_dir = "samples/rule-validation"
387387
batch_id = "test-rules"
388388
verify_string = "global_periods"
389389
result_location = "rule_validation/sections/section_1_responses.json"
390-
content_path = "responses.global_periods.0.rule_type"
390+
content_path = "responses.global_periods.0.policy_type"
391391

392392
print(f"Uploading rule validation config from: {config_path}")
393393
cmd = f"idp-cli config-upload --stack-name {stack_name} --config-file {config_path} --config-version {config_version}"

0 commit comments

Comments
 (0)