File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed
tests/Functional/SearchIndex Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -91,10 +91,6 @@ public function testFolderIndexingAsynchronous()
9191 [$ folder ->getId ()]
9292 )
9393 );
94- $ this ->tester ->consume ();
95-
96- $ response = $ this ->tester ->checkIndexEntry ($ folder ->getId (), $ indexName );
97- $ this ->assertEquals ('my-test-folder ' , $ response ['_source ' ]['system_fields ' ]['key ' ]);
9894
9995 $ folder ->delete ();
10096 $ this ->tester ->consume ();
Original file line number Diff line number Diff line change @@ -93,10 +93,6 @@ public function testFolderIndexingAsynchronous()
9393 [$ folder ->getId ()]
9494 )
9595 );
96- $ this ->tester ->consume ();
97-
98- $ response = $ this ->tester ->checkIndexEntry ($ folder ->getId (), $ indexName );
99- $ this ->assertEquals ('my-test-folder ' , $ response ['_source ' ]['system_fields ' ]['key ' ]);
10096
10197 $ folder ->delete ();
10298 $ this ->tester ->consume ();
You can’t perform that action at this time.
0 commit comments