mirror of
https://github.com/discourse/discourse-chat-integration.git
synced 2025-07-07 06:12:23 +00:00
We're promoting problem checks to first class citizens in core. This migrates the problem check to the new API. In the process of adding tests for this check, I discovered what seems like a mistake that likely means this check never worked until now. (See inline comment.)
4 lines
123 B
Ruby
4 lines
123 B
Ruby
# frozen_string_literal: true
|
|
|
|
Fabricator(:channel, class_name: "DiscourseChatIntegration::Channel") { error_key { nil } }
|