Skip to content

Commit

Permalink
test: use a new jsonnet func
Browse files Browse the repository at this point in the history
  • Loading branch information
hosekpeter committed Nov 28, 2024
1 parent b2d81cc commit bc9a56d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"configs": [
{
"componentId": "keboola.data-apps",
"name": "My Data App",
"name": "My Data App /%s",
"description": "test fixture",
"changeDescription": "From template keboola/my-template-id/1.2.3",
"configuration": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
name: "My Data App",
name: "My Data App /" + GeneratorInstanceIDShort(),
}

0 comments on commit bc9a56d

Please sign in to comment.