Skip to content

Commit

Permalink
remove duplicate option
Browse files Browse the repository at this point in the history
  • Loading branch information
yanksyoon committed May 29, 2024
1 parent fdd2e12 commit 81460bb
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,12 +124,3 @@ def pytest_addoption(parser: Parser):
help="The Openstack region to authenticate to.",
default=None,
)
parser.addoption(
"--use-existing-app",
action="store",
help="The existing app to use."
"This will skip deployment of the charm and use the existing app."
"This option is useful for local testing."
"It is expected that the existing app is already integrated with other apps "
"like grafana-agent, etc. ",
)

0 comments on commit 81460bb

Please sign in to comment.