From 7d5d733a0ba728f2bb1a168e0f653ec47b6a48e2 Mon Sep 17 00:00:00 2001 From: Daniel Bengl <53896675+CuddlyBunion341@users.noreply.github.com> Date: Wed, 13 Nov 2024 18:08:07 +0100 Subject: [PATCH] Update test/controllers/moirai/translation_files_controller_test.rb --- test/controllers/moirai/translation_files_controller_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/controllers/moirai/translation_files_controller_test.rb b/test/controllers/moirai/translation_files_controller_test.rb index a6e3eb0..8584c67 100644 --- a/test/controllers/moirai/translation_files_controller_test.rb +++ b/test/controllers/moirai/translation_files_controller_test.rb @@ -80,7 +80,7 @@ class TranslationFilesControllerTest < ActionDispatch::IntegrationTest assert_equal count_before - 1, Moirai::Translation.count end - test "update translation with blank value json" do + test "update translation with blank value JSON" do post translation_files_url, params: {translation: {key: "locales.german", locale: "de", value: ""}}, as: :json assert_response :ok assert_equal "Deutsch", JSON.parse(response.body)["fallback_translation"]