Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

lowercasing tags for fxa #1020

Merged
merged 1 commit into from
Dec 27, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mq/plugins/lower_keys.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def __init__(self):
and sets the keys to lowercase
'''

self.registration = ['cloudtrail', 'Fxa-customsMozSvc', 'vidyo', 'suricata', 'guardduty']
self.registration = ['cloudtrail', 'fxa-customsmozsvc', 'vidyo', 'suricata', 'guardduty']
self.priority = 4

def onMessage(self, message, metadata):
Expand Down