Ted Johansson f0275f1591
DEV: Promote channel error check to ProblemCheck (#190)
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.)
2024-03-15 13:21:11 +08:00

4 lines
123 B
Ruby

# frozen_string_literal: true
Fabricator(:channel, class_name: "DiscourseChatIntegration::Channel") { error_key { nil } }