From caa763224de32b400c4048f489e4631dd91a090f Mon Sep 17 00:00:00 2001 From: tsukumi Date: Sun, 5 Jan 2025 04:10:32 +0900 Subject: [PATCH] =?UTF-8?q?Update:=20=E3=83=86=E3=82=B9=E3=83=88=E3=81=AE?= =?UTF-8?q?=E3=82=B9=E3=83=8A=E3=83=83=E3=83=97=E3=82=B7=E3=83=A7=E3=83=83?= =?UTF-8?q?=E3=83=88=E3=82=92=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../test_user_dict_word/test_delete_user_dict_word_422.json | 2 +- .../test_user_dict_word/test_put_user_dict_word_422.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/e2e/single_api/user_dict/__snapshots__/test_user_dict_word/test_delete_user_dict_word_422.json b/test/e2e/single_api/user_dict/__snapshots__/test_user_dict_word/test_delete_user_dict_word_422.json index e6391a60..0824c6e9 100644 --- a/test/e2e/single_api/user_dict/__snapshots__/test_user_dict_word/test_delete_user_dict_word_422.json +++ b/test/e2e/single_api/user_dict/__snapshots__/test_user_dict_word/test_delete_user_dict_word_422.json @@ -1,3 +1,3 @@ { - "detail": "IDに該当するワードが見つかりませんでした" + "detail": "UUID に該当する単語が見つかりませんでした" } diff --git a/test/e2e/single_api/user_dict/__snapshots__/test_user_dict_word/test_put_user_dict_word_422.json b/test/e2e/single_api/user_dict/__snapshots__/test_user_dict_word/test_put_user_dict_word_422.json index 5363b2aa..0824c6e9 100644 --- a/test/e2e/single_api/user_dict/__snapshots__/test_user_dict_word/test_put_user_dict_word_422.json +++ b/test/e2e/single_api/user_dict/__snapshots__/test_user_dict_word/test_put_user_dict_word_422.json @@ -1,3 +1,3 @@ { - "detail": "UUIDに該当するワードが見つかりませんでした" + "detail": "UUID に該当する単語が見つかりませんでした" }