diff --git a/tests/test_api_integrations.py b/tests/test_api_integrations.py index fd5070ff..90d1c1f3 100644 --- a/tests/test_api_integrations.py +++ b/tests/test_api_integrations.py @@ -969,7 +969,7 @@ class TestConnectionTestEndpoint: assert resp.status_code == 200 data = resp.json() assert data["success"] is False - assert "localhost" in data["message"].lower() + assert "internal" in data["message"].lower() or "private" in data["message"].lower() def test_test_webdav_blocks_file_scheme(self, int_client): """WebDAV test blocks file:// scheme."""