From d143cb5a4d032c6cedc07f5516ffbdcd8993f42c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Gaya?= <sebastien.gaya@gmail.com> Date: Mon, 3 Jul 2023 16:00:15 +0200 Subject: [PATCH] fix --- test/controllers/server/websites_controller_test.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/controllers/server/websites_controller_test.rb b/test/controllers/server/websites_controller_test.rb index a05c068eb..fafbc2bfb 100644 --- a/test/controllers/server/websites_controller_test.rb +++ b/test/controllers/server/websites_controller_test.rb @@ -8,8 +8,8 @@ class Server::WebsitesControllerTest < ActionDispatch::IntegrationTest assert_response(:success) end - def test_refresh - post(refresh_server_website_path(communication_websites(:website_with_github)), xhr: true) + def test_sync_theme + post(sync_theme_server_website_path(communication_websites(:website_with_github)), xhr: true) assert_response(:success) end end -- GitLab