revert(frontend): Frontend auf letzten funktionierenden Stand 5680179 zurückgesetzt — i18n-Massen-Batch brach Dashboard-Shell in Produktion; Render-Loop-Fix und DSGVO-Antrags-UI liegen sicher in Historie für kontrollierten Wiedereinspiel
This commit is contained in:
@@ -45,7 +45,6 @@ describe('Automation API Hooks', () => {
|
||||
return { data: [], isLoading: false };
|
||||
});
|
||||
|
||||
mockApiGet.mockResolvedValue([]);
|
||||
useAutomations();
|
||||
expect(mockApiGet).toHaveBeenCalledWith('/automation');
|
||||
});
|
||||
@@ -62,7 +61,6 @@ describe('Automation API Hooks', () => {
|
||||
return { data: [], isLoading: false };
|
||||
});
|
||||
|
||||
mockApiGet.mockResolvedValue([]);
|
||||
useAgents();
|
||||
expect(mockApiGet).toHaveBeenCalledWith('/agents');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user