Enable test case of test_create_index_with_invalid_index_params

Signed-off-by: neza2017 <yefu.chen@zilliz.com>
This commit is contained in:
neza2017 2021-03-15 13:28:44 +08:00 committed by yefu.chen
parent 94d7df228e
commit 6476ae1015

View File

@ -780,6 +780,7 @@ class TestIndexInvalid(object):
def get_index(self, request):
yield request.param
@pytest.mark.tags("0331")
@pytest.mark.level(2)
def test_create_index_with_invalid_index_params(self, connect, collection, get_index):
logging.getLogger().info(get_index)