fix: correct syntax error in bulk delete test for ProxyHosts

This commit is contained in:
GitHub Actions
2026-03-11 15:53:24 +00:00
parent fd056c05a7
commit cbb2f42a2b

View File

@@ -245,7 +245,7 @@ describe('ProxyHosts - Bulk Delete with Backup', () => {
// Should delete all selected hosts
await waitFor(() => {
expect(proxyHostsApi.deleteProxyHost).toHaveBeenCalledWith('host-1');
})
});
expect(proxyHostsApi.deleteProxyHost).toHaveBeenCalledWith('host-3');
expect(proxyHostsApi.deleteProxyHost).toHaveBeenCalledWith('host-2');;