Skip to content

Commit da1973f

Browse files
committed
Update IT index
Signed-off-by: Andrew Carbonetto <andrewc@bitquilltech.com>
1 parent 1fd3a57 commit da1973f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

integ-test/src/test/java/org/opensearch/sql/sql/IdentifierIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ public void testMetafieldIdentifierTest() throws IOException {
105105
public void testMetafieldIdentifierRoutingTest() throws IOException {
106106
// create an index, but the contents doesn't matter
107107
String id = "12345";
108-
String index = "test.metafields";
108+
String index = "test.routing_metafields";
109109
new Index(index).addDoc("{\"age\": 30}", id);
110110

111111
// Execute using field metadata values

0 commit comments

Comments
 (0)