Skip to content

Commit

Permalink
fix ignore return_jira_metadata parameter (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxoH4uk authored Dec 23, 2022
1 parent 461c6c9 commit 2ec006d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytest_jira.py
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ def pytest_addoption(parser):
group.addoption('--jira-return-metadata',
action='store_true',
dest='return_jira_metadata',
default=False,
default=_get_value(config, 'DEFAULT', 'return_jira_metadata'),
help='If set, will return Jira issue with ticket metadata'
)

Expand Down

0 comments on commit 2ec006d

Please sign in to comment.