# ------------------------------------
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.
# -----------------------------------

TEST_SERVICE_NAME = "test-service-name"
SERVICE_URL = "https://{}.search.windows.net/indexes?api-version=2020-06-30".format(
    TEST_SERVICE_NAME
)
