Skip to content

Commit

Permalink
Fix support-level arg
Browse files Browse the repository at this point in the history
  • Loading branch information
bnchrch committed Aug 8, 2023
1 parent e7ddacc commit abb3046
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def get_selected_connectors_with_modified_files(
"support_levels",
multiple=True,
help="Filter connectors to test by support_level.",
type=click.Choice(["alpha", "beta", "generally_available"]),
type=click.Choice(["community", "certified"]),
)
@click.option("--modified/--not-modified", help="Only test modified connectors in the current branch.", default=False, type=bool)
@click.option(
Expand Down

0 comments on commit abb3046

Please sign in to comment.