Skip to content
Snippets Groups Projects
Commit df3c20ff authored by pabois's avatar pabois
Browse files

fix test

parent c2c434d6
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ class Server::WebsitesControllerTest < ActionDispatch::IntegrationTest ...@@ -9,7 +9,7 @@ class Server::WebsitesControllerTest < ActionDispatch::IntegrationTest
end end
def test_refresh def test_refresh
post(refresh_server_website_path(communication_websites(:website_with_github))) post(refresh_server_website_path(communication_websites(:website_with_github)), xhr: true)
assert_response(:success) assert_response(:success)
end end
end end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment