This commit is contained in:
wh1te909 2022-05-09 17:35:07 +00:00
parent 2ac5e316a5
commit 9017bad884
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ class TestRecovery(TacticalTestCase):
self.site1: "Site" = baker.make("clients.Site", client=self.client1)
@patch("agents.models.Agent.recover")
@patch("core.utils.get_mesh_ws_url")
@patch("agents.views.get_mesh_ws_url")
def test_recover(self, get_mesh_ws_url, recover) -> None:
get_mesh_ws_url.return_value = "https://mesh.example.com"