diff --git a/connect/exceptions.py b/connect/exceptions.py index c6ef40d..1d52660 100644 --- a/connect/exceptions.py +++ b/connect/exceptions.py @@ -132,7 +132,7 @@ def __init__(self, rejection_note): class SubmitUsageFile(UsageFileAction): def __init__(self): # type: () -> None - super(SubmitUsageFile, self).__init__('Usage File Submitted', 'submit') + super(SubmitUsageFile, self).__init__('Usage File Submitted', 'submit', {}) class FileCreationError(Message):