mirror of
https://github.com/Aviortheking/IMIE_CQ.git
synced 2025-04-23 03:12:09 +00:00
Et maintenant on fait moins le malin floflo avec ce TU
This commit is contained in:
parent
97403bac15
commit
babed07d26
@ -110,9 +110,9 @@ describe('APIController', () => {
|
||||
assert.deepEqual(result, error)
|
||||
})
|
||||
|
||||
it("Doit retouner le message 'Identifiant inconnue' si l'id n'existe pas", () => {
|
||||
it("Doit retouner le message 'Identifiant incorrect' si l'id n'existe pas", () => {
|
||||
//Arrange
|
||||
const error = { message: 'Identifiant inconnue' }
|
||||
const error = { message: 'Identifiant incorrect' }
|
||||
const req = {
|
||||
query: {
|
||||
id: '9999999999',
|
||||
|
Loading…
x
Reference in New Issue
Block a user