Skip to content

Commit

Permalink
[FIX] Linters
Browse files Browse the repository at this point in the history
  • Loading branch information
SilvioC2C committed Jun 18, 2024
1 parent b8d288d commit 8967f55
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion connector_jira/tests/test_auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ def test_auth_check_connection(self):
with self.assertRaisesRegex(exceptions.UserError, "Connection successful"):
self.backend_record.check_connection()

@unittest.skip("This test is slow because the jira lib retries 401 errors with an exponential backoff.")
@unittest.skip(
"This test is slow because the jira lib retries 401 errors with an exponential backoff."
)
@recorder.use_cassette
def test_auth_check_connection_failure(self):
# reset access
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ oauthlib
requests
requests-oauthlib
requests-toolbelt
vcrpy

0 comments on commit 8967f55

Please sign in to comment.