stargate / data-api

JSON document API for Apache Cassandra (formerly known as JSON API)
https://stargate.io
Apache License 2.0
14 stars 16 forks source link

fix tests, from dash to underscore. #1703

Closed Yuqi-Du closed 1 week ago

Yuqi-Du commented 1 week ago

With listIndex changes in, this regex will try to match index column name from indexMetaData options. Unit tests we have for mocked indexMetaData use '-', and it is invalid, this causes debug log explodes.

Checklist