Skip to content

Commit

Permalink
adjust table tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vkuznet committed Jan 22, 2024
1 parent 4a1aa5b commit c717801
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions data/int_datasets.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,26 @@
"method": "GET",
"endpoint": "/dataset",
"url": "/dataset?dataset=/x/y/z",
"output": ["/x/y/z"],
"verbose": 0,
"code": 200
},
{
"description": "test dataset GET API",
"method": "GET",
"endpoint": "/dataset",
"url": "/dataset?dataset=/x/y/z",
"output": ["bla=/x/y/z"],
"fail": true,
"verbose": 0,
"code": 200
},
{
"description": "test dataset GET API",
"method": "GET",
"endpoint": "/dataset",
"url": "/dataset?bla=/x/y/zzzz",
"verbose": 0,
"code": 400
}
]
4 changes: 2 additions & 2 deletions data/int_files.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"endpoint": "/file",
"url": "/file?dataset=/x/y/z",
"output": ["/x/y/z/file1.png", "/x/y/z/file3.png"],
"verbose": 2,
"verbose": 0,
"code": 200
},
{
Expand All @@ -15,7 +15,7 @@
"url": "/file?dataset=/x/y/z",
"output": ["bla.png"],
"fail": true,
"verbose": 2,
"verbose": 0,
"code": 200
}
]

0 comments on commit c717801

Please sign in to comment.