mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 20:36:39 +08:00
DEV: Fix flaky spec related to translation overrides
This commit is contained in:
parent
ebde13a527
commit
edc6b6f26c
|
@ -401,7 +401,7 @@ RSpec.describe TranslationOverride do
|
|||
|
||||
it "updates its original translation to match the current default" do
|
||||
expect { override.make_up_to_date! }.to change { override.reload.original_translation }.to(
|
||||
I18n.t("js.posts_likes_MF"),
|
||||
I18n.overrides_disabled { I18n.t("js.posts_likes_MF") },
|
||||
)
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user