Fixed another 30 tests

This commit is contained in:
alexjanousekGSA
2025-05-27 19:40:26 -04:00
parent 898607b40a
commit f0fefbef21
5 changed files with 16 additions and 13 deletions

View File

@@ -758,7 +758,6 @@ detailed_service_schema = DetailedServiceSchema()
template_schema = TemplateSchema()
template_schema_no_detail = TemplateSchemaNoDetail()
api_key_schema = ApiKeySchema()
job_schema = JobSchema()
sms_template_notification_schema = SmsTemplateNotificationSchema()
email_notification_schema = EmailNotificationSchema()
notification_schema = NotificationModelSchema()
@@ -773,4 +772,3 @@ template_history_schema = TemplateHistorySchema()
event_schema = EventSchema()
provider_details_schema = ProviderDetailsSchema()
provider_details_history_schema = ProviderDetailsHistorySchema()
unarchived_template_schema = UnarchivedTemplateSchema()