diff --git a/lemur/sources/views.py b/lemur/sources/views.py index bc104e33..9c31bdb7 100644 --- a/lemur/sources/views.py +++ b/lemur/sources/views.py @@ -156,7 +156,7 @@ class SourcesList(AuthenticatedResource): :reqheader Authorization: OAuth token to authenticate :statuscode 200: no error """ - if "plugin_options" in data["plugin"]: + if "plugin_options" in data["plugin"]: return service.create( data["label"], data["plugin"]["slug"],