0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-28 11:22:39 +00:00

Fix failing test

This commit is contained in:
Trevor Buckner
2024-07-10 14:22:42 -04:00
parent 28446d3ae2
commit 88578a3d16

View File

@@ -651,7 +651,7 @@ brew`);
};
api.getStaticThemeCSS(req, res);
const sent = res.send.mock.calls[0][0];
expect(sent).toBe('Invalid Theme - Engine: V3, Name: 5eDMGGGG');
expect(sent).toBe('Invalid Theme - Renderer: V3, Name: 5eDMGGGG');
expect(res.status).toHaveBeenCalledWith(404);
});
});