Skip to content

Commit b995eb0

Browse files
committed
Updated to fix smoketest
1 parent d5ebd7a commit b995eb0

File tree

1 file changed

+1
-1
lines changed
  • scripts/sdlc/idp-cli/src/idp_cli/cli

1 file changed

+1
-1
lines changed

scripts/sdlc/idp-cli/src/idp_cli/cli/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def uninstall(
7474
def smoketest(
7575
stack_name: str = typer.Option("idp-Stack", "--stack-name", help="Name of the deployed stack to test"),
7676
file_path: str = typer.Option("../../../samples/lending_package.pdf", "--file-path", help="Path to the test file"),
77-
verify_string: str = typer.Option("475 ANY AVENUE ANYTOWN, USA", "--verify-string", help="String to verify in the processed output")
77+
verify_string: str = typer.Option("BIGTOWN, MA, 02801", "--verify-string", help="String to verify in the processed output")
7878
):
7979
"""
8080
Run a smoke test on the deployed IDP Accelerator

0 commit comments

Comments
 (0)