Skip to content

Commit

Permalink
Update inbound control harness
Browse files Browse the repository at this point in the history
  • Loading branch information
mistahj67 committed Feb 6, 2024
1 parent 33de16e commit 0e7c45d
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 51 deletions.
74 changes: 41 additions & 33 deletions cmd/api/src/test/integration/harnesses/adinboundcontrolharness.json
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,8 @@
{
"id": "n12",
"position": {
"x": 75,
"y": 894.3371380482427
"x": 1055.7383287905805,
"y": 894.3371380482428
},
"caption": "User G",
"labels": [],
Expand Down Expand Up @@ -295,90 +295,98 @@
},
{
"id": "n6",
"fromId": "n8",
"toId": "n7",
"type": "GenericWrite",
"style": {},
"properties": {},
"fromId": "n8",
"toId": "n7"
"style": {}
},
{
"id": "n7",
"fromId": "n9",
"toId": "n7",
"type": "GenericWrite",
"style": {},
"properties": {},
"fromId": "n9",
"toId": "n7"
"style": {}
},
{
"id": "n8",
"fromId": "n10",
"toId": "n7",
"type": "GenericWrite",
"style": {},
"properties": {},
"fromId": "n10",
"toId": "n7"
"style": {}
},
{
"id": "n9",
"fromId": "n11",
"toId": "n7",
"type": "GenericWrite",
"style": {},
"properties": {},
"fromId": "n11",
"toId": "n7"
"style": {}
},
{
"id": "n10",
"fromId": "n12",
"toId": "n8",
"type": "MemberOf",
"style": {},
"properties": {},
"fromId": "n12",
"toId": "n8"
"style": {}
},
{
"id": "n11",
"fromId": "n13",
"toId": "n9",
"type": "MemberOf",
"style": {},
"properties": {},
"fromId": "n13",
"toId": "n9"
"style": {}
},
{
"id": "n12",
"fromId": "n8",
"toId": "n7",
"type": "WriteOwner",
"style": {},
"properties": {},
"fromId": "n8",
"toId": "n7"
"style": {}
},
{
"id": "n13",
"fromId": "n8",
"toId": "n7",
"type": "WriteDacl",
"style": {},
"properties": {},
"fromId": "n8",
"toId": "n7"
"style": {}
},
{
"id": "n14",
"fromId": "n9",
"toId": "n7",
"type": "WriteDacl",
"style": {},
"properties": {},
"fromId": "n9",
"toId": "n7"
"style": {}
},
{
"id": "n15",
"fromId": "n9",
"toId": "n7",
"type": "Owns",
"style": {},
"properties": {},
"fromId": "n9",
"toId": "n7"
"style": {}
},
{
"id": "n16",
"fromId": "n9",
"toId": "n7",
"type": "WriteOwner",
"properties": {},
"style": {}
},
{
"id": "n17",
"type": "MemberOf",
"style": {},
"properties": {},
"fromId": "n9",
"fromId": "n12",
"toId": "n7"
}
]
Expand Down
Loading

0 comments on commit 0e7c45d

Please sign in to comment.