File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed
api/tests/Api/ContentNodes/ChecklistNode Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -38,15 +38,6 @@ public function testAddChecklistItemForMember() {
3838 ], 'headers ' => ['Content-Type ' => 'application/merge-patch+json ' ]])
3939 ;
4040 $ this ->assertResponseStatusCodeSame (200 );
41- $ this ->assertJsonContains ([
42- '_links ' => [
43- 'checklistItems ' => [
44- 1 => [
45- 'href ' => '/checklist_items/ ' .$ checklistItemId ,
46- ],
47- ],
48- ],
49- ]);
5041 }
5142
5243 public function testAddChecklistItemForManager () {
@@ -56,15 +47,6 @@ public function testAddChecklistItemForManager() {
5647 ], 'headers ' => ['Content-Type ' => 'application/merge-patch+json ' ]]);
5748
5849 $ this ->assertResponseStatusCodeSame (200 );
59- $ this ->assertJsonContains ([
60- '_links ' => [
61- 'checklistItems ' => [
62- 1 => [
63- 'href ' => '/checklist_items/ ' .$ checklistItemId ,
64- ],
65- ],
66- ],
67- ]);
6850 }
6951
7052 public function testRemoveChecklistItemIsDeniedForGuest () {
You can’t perform that action at this time.
0 commit comments