Skip to content

Commit 376cf7b

Browse files
committed
fix test
1 parent bf9eeb7 commit 376cf7b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/Backend/Api/Taxonomy/EntityTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@ public function testPost()
9696
$expect = <<<'JSON'
9797
{
9898
"success": true,
99-
"message": "Moved objects to taxonomy successfully"
99+
"message": "Moved objects to taxonomy successfully",
100+
"id": "2"
100101
}
101102
JSON;
102103

0 commit comments

Comments
 (0)