diff --git a/test/Manticoresearch/IndexTest.php b/test/Manticoresearch/IndexTest.php index 4a0e779..47704bd 100644 --- a/test/Manticoresearch/IndexTest.php +++ b/test/Manticoresearch/IndexTest.php @@ -91,7 +91,7 @@ public function testReplaceDocument() { 'created' => false, 'result' => 'updated', 'status' => 200, - '_table' => 'testindex', + 'table' => 'testindex', ], $response ); }