Skip to content

Commit 2201c29

Browse files
committed
fixing expected structure
1 parent 8e25775 commit 2201c29

1 file changed

Lines changed: 1 addition & 24 deletions

File tree

tests/integration/all-resource-types/expected-structure.json

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -666,21 +666,6 @@
666666
}
667667
]
668668
},
669-
"groups": {
670-
"minCount": 1,
671-
"expected": [
672-
{
673-
"name": "src-ws-group-internal",
674-
"files": ["groupInformation.json"],
675-
"spotChecks": {
676-
"groupInformation.json": {
677-
"properties.displayName": "Kitchen Sink Workspace Group",
678-
"properties.type": "custom"
679-
}
680-
}
681-
}
682-
]
683-
},
684669
"backends": {
685670
"minCount": 1,
686671
"expected": [
@@ -701,20 +686,12 @@
701686
"expected": [
702687
{
703688
"name": "src-ws-product",
704-
"files": ["productInformation.json", "apis.json", "tags.json", "groups.json"],
689+
"files": ["productInformation.json", "apis.json", "tags.json"],
705690
"spotChecks": {
706691
"productInformation.json": {
707692
"properties.displayName": "Workspace Product",
708693
"properties.subscriptionRequired": false,
709694
"properties.state": "published"
710-
},
711-
"groups.json": {
712-
"minLength": 2,
713-
"contains": ["administrators", "src-ws-group-internal"],
714-
"containsEntry": [
715-
{ "name": "administrators", "scope": "service" },
716-
{ "name": "src-ws-group-internal", "scope": "workspace" }
717-
]
718695
}
719696
}
720697
}

0 commit comments

Comments
 (0)