feat: update Makelore modules and conversations
This commit is contained in:
@@ -132,7 +132,7 @@ describe('desktop game asset review tool', () => {
|
||||
});
|
||||
|
||||
it('skips a stale historical card without retrying or exposing the server error', async () => {
|
||||
const error = new AppError('PERMISSION', 'Game asset review is unavailable for this project template', undefined, { status: 403 });
|
||||
const error = new AppError('PERMISSION', 'Game asset review is unavailable for an uninitialized project', undefined, { status: 403 });
|
||||
hostApiFetchMock.mockRejectedValueOnce(error);
|
||||
|
||||
render(<GameAssetBrowser invocationId="legacy-review" candidateIds={['hero']} onSubmit={vi.fn()} />);
|
||||
|
||||
Reference in New Issue
Block a user