Skip to content

Commit 4ec78ec

Browse files
committed
fix test
1 parent b57e91b commit 4ec78ec

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

tests/Backend/Api/Agent/CollectionTest.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ public function testGet()
5252
{
5353
"id": 3,
5454
"status": 1,
55-
"connection": 1,
5655
"type": 2,
5756
"name": "Fusio-Action",
5857
"description": "Helps to develop custom action business logic",
@@ -62,7 +61,6 @@ public function testGet()
6261
{
6362
"id": 2,
6463
"status": 1,
65-
"connection": 1,
6664
"type": 1,
6765
"name": "Fusio-Architect",
6866
"description": "Helps to build complete operations, it uses internally the action, schema and database agent",
@@ -72,7 +70,6 @@ public function testGet()
7270
{
7371
"id": 5,
7472
"status": 1,
75-
"connection": 1,
7673
"type": 4,
7774
"name": "Fusio-Database",
7875
"description": "Helps to design database table schemas",
@@ -82,7 +79,6 @@ public function testGet()
8279
{
8380
"id": 1,
8481
"status": 1,
85-
"connection": 1,
8682
"type": 0,
8783
"name": "Fusio-General",
8884
"description": "Helps to answer general questions about your Fusio instance",
@@ -92,7 +88,6 @@ public function testGet()
9288
{
9389
"id": 4,
9490
"status": 1,
95-
"connection": 1,
9691
"type": 3,
9792
"name": "Fusio-Schema",
9893
"description": "Helps to build new schemas to describe JSON payloads",
@@ -168,7 +163,6 @@ public function testGetCount()
168163
{
169164
"id": 3,
170165
"status": 1,
171-
"connection": 1,
172166
"type": 2,
173167
"name": "Fusio-Action",
174168
"description": "Helps to develop custom action business logic",
@@ -178,7 +172,6 @@ public function testGetCount()
178172
{
179173
"id": 2,
180174
"status": 1,
181-
"connection": 1,
182175
"type": 1,
183176
"name": "Fusio-Architect",
184177
"description": "Helps to build complete operations, it uses internally the action, schema and database agent",
@@ -188,7 +181,6 @@ public function testGetCount()
188181
{
189182
"id": 5,
190183
"status": 1,
191-
"connection": 1,
192184
"type": 4,
193185
"name": "Fusio-Database",
194186
"description": "Helps to design database table schemas",
@@ -198,7 +190,6 @@ public function testGetCount()
198190
{
199191
"id": 1,
200192
"status": 1,
201-
"connection": 1,
202193
"type": 0,
203194
"name": "Fusio-General",
204195
"description": "Helps to answer general questions about your Fusio instance",
@@ -208,7 +199,6 @@ public function testGetCount()
208199
{
209200
"id": 4,
210201
"status": 1,
211-
"connection": 1,
212202
"type": 3,
213203
"name": "Fusio-Schema",
214204
"description": "Helps to build new schemas to describe JSON payloads",

0 commit comments

Comments
 (0)