Skip to content

Commit 1cc6225

Browse files
authored
Correct name of getbug method. (#164)
1 parent b331ab7 commit 1cc6225

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
@@ -85,7 +85,7 @@ def get_bugzilla():
8585
settings.bugzilla_base_url, api_key=str(settings.bugzilla_api_key)
8686
)
8787
instrumented_methods = (
88-
"get_bug",
88+
"getbug",
8989
"get_comments",
9090
"update_bugs",
9191
)

0 commit comments

Comments
 (0)