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() {
38
38
], 'headers ' => ['Content-Type ' => 'application/merge-patch+json ' ]])
39
39
;
40
40
$ this ->assertResponseStatusCodeSame (200 );
41
- $ this ->assertJsonContains ([
42
- '_links ' => [
43
- 'checklistItems ' => [
44
- 1 => [
45
- 'href ' => '/checklist_items/ ' .$ checklistItemId ,
46
- ],
47
- ],
48
- ],
49
- ]);
50
41
}
51
42
52
43
public function testAddChecklistItemForManager () {
@@ -56,15 +47,6 @@ public function testAddChecklistItemForManager() {
56
47
], 'headers ' => ['Content-Type ' => 'application/merge-patch+json ' ]]);
57
48
58
49
$ this ->assertResponseStatusCodeSame (200 );
59
- $ this ->assertJsonContains ([
60
- '_links ' => [
61
- 'checklistItems ' => [
62
- 1 => [
63
- 'href ' => '/checklist_items/ ' .$ checklistItemId ,
64
- ],
65
- ],
66
- ],
67
- ]);
68
50
}
69
51
70
52
public function testRemoveChecklistItemIsDeniedForGuest () {
You can’t perform that action at this time.
0 commit comments