Skip to content

Commit d9dfad9

Browse files
author
Bryan Sieber
committed
Adding inline comment
1 parent c70b11a commit d9dfad9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jbi/services.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def get_jira():
1616
return Jira(
1717
url=settings.jira_base_url,
1818
username=settings.jira_username,
19-
password=settings.jira_api_key,
19+
password=settings.jira_api_key, # package calls this param 'password' but actually expects an api key
2020
)
2121

2222

0 commit comments

Comments
 (0)