mirror of
https://github.com/discourse/discourse-chat-integration.git
synced 2025-07-07 14:22:13 +00:00
4 lines
123 B
Ruby
4 lines
123 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
Fabricator(:channel, class_name: "DiscourseChatIntegration::Channel") { error_key { nil } }
|