making progress

This commit is contained in:
2023-12-29 15:14:06 +11:00
parent b7094fd83d
commit 100bbb6c0b
2 changed files with 87 additions and 43 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "CBS test cases",
"testCases": [
{
"testCases": {
"test1": {
"path": "/hosts",
"method": "GET",
"description": "Check database query is working",
@@ -18,7 +18,7 @@
}
}
},
{
"test2": {
"path": "/protected/hosts?key=e36689911ed0e9cba50c436b66d664cf9ee4f555e182a48021c21d9f7c640868",
"method": "POST",
"description": "Create new host",
@@ -48,7 +48,7 @@
}
}
}
],
},
"url": "https://10.63.39.130:443",
"header": {
"Content-Type": "application/json"