Skip to content

Commit

Permalink
test: added test
Browse files Browse the repository at this point in the history
  • Loading branch information
hosekpeter committed Nov 22, 2024
1 parent 0930768 commit d43f967
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name": "keboola-components",
"url": "https://github.com/keboola/keboola-as-code-templates-components.git",
"ref": "main",
"author": {
"name": "Keboola",
"url": "https://keboola.com"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"path": "/v1/repositories/keboola-components",
"method": "GET",
"headers": {
"Content-Type": "application/json",
"X-StorageApi-Token": "%%TEST_KBC_STORAGE_API_TOKEN%%"
},
"body": {}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
200
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@
"name": "Keboola",
"url": "https://keboola.com"
}
},
{
"name": "keboola-components",
"url": "https://github.com/keboola/keboola-as-code-templates-components.git",
"ref": "main",
"author": {
"name": "Keboola",
"url": "https://keboola.com"
}
}
]
}

0 comments on commit d43f967

Please sign in to comment.