We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5ebd7a commit b995eb0Copy full SHA for b995eb0
scripts/sdlc/idp-cli/src/idp_cli/cli/main.py
@@ -74,7 +74,7 @@ def uninstall(
74
def smoketest(
75
stack_name: str = typer.Option("idp-Stack", "--stack-name", help="Name of the deployed stack to test"),
76
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")
+ verify_string: str = typer.Option("BIGTOWN, MA, 02801", "--verify-string", help="String to verify in the processed output")
78
):
79
"""
80
Run a smoke test on the deployed IDP Accelerator
0 commit comments