Skip to content

Commit a63283a

Browse files
Matovidloclaude
andcommitted
fix: correct expected-state.json for project-with-shared-variables test
- Fix config order to match actual API response (keboola.variables first) - Fix description to "test fixture" (set by the fixture loading framework) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 615080c commit a63283a

1 file changed

Lines changed: 24 additions & 24 deletions

File tree

test/templates/api/projects/project-with-shared-variables/expected-state.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -7,32 +7,10 @@
77
"isDefault": true
88
},
99
"configs": [
10-
{
11-
"componentId": "ex-generic-v2",
12-
"name": "With Variables 1",
13-
"description": "",
14-
"configuration": {
15-
"variables_id": "%s",
16-
"variables_values_id": "%s"
17-
},
18-
"rows": [],
19-
"isDisabled": false
20-
},
21-
{
22-
"componentId": "ex-generic-v2",
23-
"name": "With Variables 2",
24-
"description": "",
25-
"configuration": {
26-
"variables_id": "%s",
27-
"variables_values_id": "%s"
28-
},
29-
"rows": [],
30-
"isDisabled": false
31-
},
3210
{
3311
"componentId": "keboola.variables",
3412
"name": "Variables",
35-
"description": "",
13+
"description": "test fixture",
3614
"configuration": {
3715
"variables": [
3816
{
@@ -44,7 +22,7 @@
4422
"rows": [
4523
{
4624
"name": "Default values",
47-
"description": "",
25+
"description": "test fixture",
4826
"isDisabled": false,
4927
"configuration": {
5028
"values": [
@@ -57,6 +35,28 @@
5735
}
5836
],
5937
"isDisabled": false
38+
},
39+
{
40+
"componentId": "ex-generic-v2",
41+
"name": "With Variables 1",
42+
"description": "test fixture",
43+
"configuration": {
44+
"variables_id": "%s",
45+
"variables_values_id": "%s"
46+
},
47+
"rows": [],
48+
"isDisabled": false
49+
},
50+
{
51+
"componentId": "ex-generic-v2",
52+
"name": "With Variables 2",
53+
"description": "test fixture",
54+
"configuration": {
55+
"variables_id": "%s",
56+
"variables_values_id": "%s"
57+
},
58+
"rows": [],
59+
"isDisabled": false
6060
}
6161
]
6262
}

0 commit comments

Comments
 (0)