Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-Authored-By: guewen <guewen.baconnier@camptocamp.com>
  • Loading branch information
2 people authored and leemannd committed Jan 20, 2021
1 parent 13de781 commit 0086278
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion connector_jira/cli/jira_oauth_dance.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
By default, it will configure the authentication for the Demo Backend
(as it is used in tests). If the demo backend doesn't exist, it will use
on the first Jira backend it can find. You can specify a backend ID with::
the first Jira backend it can find. You can specify a backend ID with::
odoo jiraoauthdance --backend-id=2
Expand Down
2 changes: 1 addition & 1 deletion connector_jira/tests/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
From now on, you can write your tests using the ``recorder.use_cassette``
decorator or context manager. If you are changing existing tests, you might
need either to manually edit the cassette files in "tests/fixtures/cassettes"
or to record the test again (in such case, IDs may change).
or record the tests again (in such case, IDs may change).
"""

Expand Down

0 comments on commit 0086278

Please sign in to comment.