From 4cba3d9d6d607dc1e43b70535d9448ffe121f633 Mon Sep 17 00:00:00 2001 From: bearc0025 Date: Thu, 12 Oct 2023 09:14:57 -0500 Subject: [PATCH] fail2 --- .insomnia/UnitTest/ut_53d49bc1f629499f852c5501ac95442a.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.insomnia/UnitTest/ut_53d49bc1f629499f852c5501ac95442a.yml b/.insomnia/UnitTest/ut_53d49bc1f629499f852c5501ac95442a.yml index 74cea65..31179a8 100755 --- a/.insomnia/UnitTest/ut_53d49bc1f629499f852c5501ac95442a.yml +++ b/.insomnia/UnitTest/ut_53d49bc1f629499f852c5501ac95442a.yml @@ -1,7 +1,7 @@ _id: ut_53d49bc1f629499f852c5501ac95442a type: UnitTest parentId: uts_27621514ecfe4f7784adb4d01f4e288f -modified: 1697120036889 +modified: 1697120092076 created: 1654767422854 requestId: req_wrk_195d01ec2fa84685861abfb82922783e31003c6a name: 1 Returns 200 @@ -17,7 +17,7 @@ code: "const response1 = await insomnia.send(); expect(body).to.have.lengthOf.greaterThan(1); - expect(body[0]).to.have.property('idasdf'); + expect(body[0]).to.have.property('idasdfsdf'); expect(body[0]).to.have.property('username'); \