From be0050066ad7be0420ffd2a33c11e550b5d7d821 Mon Sep 17 00:00:00 2001 From: Maciej Olko Date: Mon, 25 Sep 2023 23:59:59 +0200 Subject: [PATCH] Update mock values to be consistent with application URLs --- wlc/test_data/api/projects-hello-languages | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wlc/test_data/api/projects-hello-languages b/wlc/test_data/api/projects-hello-languages index 9c74338c..d719ecb9 100644 --- a/wlc/test_data/api/projects-hello-languages +++ b/wlc/test_data/api/projects-hello-languages @@ -7,7 +7,7 @@ "translated": 5, "translated_percent": 62.5, "total": 8, - "url": "http://127.0.0.1:8000/api/projects/hello/languages/cs/", + "url": "http://127.0.0.1:8000/projects/hello/-/cs/", "words_percent": 63.3 }, { @@ -18,7 +18,7 @@ "translated": 4, "translated_percent": 50.0, "total": 8, - "url": "http://127.0.0.1:8000/api/projects/hello/languages/en/", + "url": "http://127.0.0.1:8000/projects/hello/-/en/", "words_percent": 50.0 } ]