@@ -96,7 +96,7 @@ class ProjectServiceManager(GetMixin, UpdateMixin, DeleteMixin, ListMixin, RESTM
9696 "pipeline_events" ,
9797 ),
9898 ),
99- "external-wiki" : (("external_wiki_url" ,), tuple ()),
99+ "external-wiki" : (("external_wiki_url" ,), ()),
100100 "flowdock" : (("token" ,), ("push_events" ,)),
101101 "github" : (("token" , "repository_url" ), ("static_context" ,)),
102102 "hangouts-chat" : (
@@ -159,7 +159,7 @@ class ProjectServiceManager(GetMixin, UpdateMixin, DeleteMixin, ListMixin, RESTM
159159 "comment_on_event_enabled" ,
160160 ),
161161 ),
162- "slack-slash-commands" : (("token" ,), tuple ()),
162+ "slack-slash-commands" : (("token" ,), ()),
163163 "mattermost-slash-commands" : (("token" ,), ("username" ,)),
164164 "packagist" : (
165165 ("username" , "token" ),
@@ -194,7 +194,7 @@ class ProjectServiceManager(GetMixin, UpdateMixin, DeleteMixin, ListMixin, RESTM
194194 ),
195195 ),
196196 "pivotaltracker" : (("token" ,), ("restrict_to_branch" , "push_events" )),
197- "prometheus" : (("api_url" ,), tuple ()),
197+ "prometheus" : (("api_url" ,), ()),
198198 "pushover" : (
199199 ("api_key" , "user_key" , "priority" ),
200200 ("device" , "sound" , "push_events" ),
@@ -257,7 +257,7 @@ class ProjectServiceManager(GetMixin, UpdateMixin, DeleteMixin, ListMixin, RESTM
257257 ("push_events" ,),
258258 ),
259259 "jenkins" : (("jenkins_url" , "project_name" ), ("username" , "password" )),
260- "mock-ci" : (("mock_service_url" ,), tuple ()),
260+ "mock-ci" : (("mock_service_url" ,), ()),
261261 "youtrack" : (("issues_url" , "project_url" ), ("description" , "push_events" )),
262262 }
263263
0 commit comments