Skip to content

Commit

Permalink
update failing negative tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AmTryingMyBest committed Jan 8, 2025
1 parent bac1198 commit ddb127c
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -191,9 +191,9 @@
},
{
"id": 4,
"description": "Response should contain content-type",
"description": "Response should contain Content",
"exec": [
"expect(response.body.errorInformation.errorDescription).to.include('content')"
"expect(response.body.errorInformation.errorDescription).to.include('Content')"
]
},
{
Expand Down Expand Up @@ -264,9 +264,9 @@
},
{
"id": 5,
"description": "Response should contain accept",
"description": "Response should contain Accept",
"exec": [
"expect(response.body.errorInformation.errorDescription).to.include('accept')"
"expect(response.body.errorInformation.errorDescription).to.include('Accept')"
]
}
]
Expand Down Expand Up @@ -355,9 +355,9 @@
},
{
"id": 8,
"description": "Callback error should be 3200",
"description": "Callback error should be 3204",
"exec": [
"expect(callback.body.errorInformation.errorCode).to.equal('3200')"
"expect(callback.body.errorInformation.errorCode).to.equal('3204')"
]
}
]
Expand Down Expand Up @@ -437,9 +437,9 @@
},
{
"id": 8,
"description": "Callback error should be 3200",
"description": "Callback error should be 3003",
"exec": [
"expect(callback.body.errorInformation.errorCode).to.equal('3200')"
"expect(callback.body.errorInformation.errorCode).to.equal('3003')"
]
}
]
Expand Down

0 comments on commit ddb127c

Please sign in to comment.