feat: update Makelore modules and conversations
This commit is contained in:
@@ -40,7 +40,7 @@ describe('host-api', () => {
|
||||
data: {
|
||||
status: 403,
|
||||
ok: false,
|
||||
json: { success: false, error: 'Game asset review is unavailable for this project template' },
|
||||
json: { success: false, error: 'Game asset review is unavailable for an uninitialized project' },
|
||||
},
|
||||
});
|
||||
|
||||
@@ -49,7 +49,7 @@ describe('host-api', () => {
|
||||
const promise = hostApiFetch('/api/files/game-asset-review?invocationId=legacy-review');
|
||||
|
||||
await expect(promise).rejects.toMatchObject({
|
||||
message: 'Game asset review is unavailable for this project template',
|
||||
message: 'Game asset review is unavailable for an uninitialized project',
|
||||
details: expect.objectContaining({ status: 403 }),
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user