chore: spec fixes

This commit is contained in:
Sojan
2025-03-12 01:02:13 -07:00
parent baeb7826cf
commit f1f10cea88
+1 -1
View File
@@ -64,7 +64,7 @@ class Integrations::Hook < ApplicationRecord
private
def ensure_hook_type
self.hook_type = app.params[:hook_type] if app.present?
self.hook_type ||= app.params[:hook_type] if app.present?
end
def validate_settings_json_schema