Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mathcoll committed Sep 18, 2022
1 parent 695db74 commit 43142f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Please referes to [CONTRIBUTING.md](https://github.com/mathcoll/t6/blob/master/C

![Stable version](https://img.shields.io/badge/version-2.0.1-blue)
![GitHub commit activity](https://img.shields.io/badge/tests%20succeeded-150-brightgreen)
![GitHub commit activity](https://img.shields.io/badge/test%20average%20response%20time-689ms-brightgreen)
![GitHub commit activity](https://img.shields.io/badge/test%20average%20response%20time-708ms-brightgreen)
![GitHub commit activity](https://img.shields.io/github/commit-activity/w/mathcoll/t6)
![GitHub contributors](https://img.shields.io/github/contributors/mathcoll/t6)
[![Netlify Status](https://api.netlify.com/api/v1/badges/3264e669-05d6-4032-bdc2-28b3fc270f71/deploy-status)](https://app.netlify.com/sites/t6iot/deploys)
Expand Down
6 changes: 3 additions & 3 deletions test/datapoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@
}
},
{
"it": "can identify facial expression on image (AIDC)",
"it": "can identify age on image (AIDC)",
"request": "POST /{{app_version}}/data",
"headers": {
"Authorization": "Bearer {{saved.bearer_token}}"
Expand All @@ -626,11 +626,11 @@
"status": 200,
"assert": {
"select": "body.data.0.attributes.value",
"equal": 40
"equal": 37
}
},
{
"it": "can identify facial expression on image (AIDC)",
"it": "can identify gender on image (AIDC)",
"request": "POST /{{app_version}}/data",
"headers": {
"Authorization": "Bearer {{saved.bearer_token}}"
Expand Down

0 comments on commit 43142f2

Please sign in to comment.