From 312541689a1eb284755168223528e94ba27f90a5 Mon Sep 17 00:00:00 2001 From: Joshua Li Date: Fri, 12 Nov 2021 01:52:10 +0000 Subject: [PATCH] Remove for one more file Signed-off-by: Joshua Li --- sql-cli/tests/conftest.py | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/sql-cli/tests/conftest.py b/sql-cli/tests/conftest.py index cbb16d2ce6..bad261eeb6 100644 --- a/sql-cli/tests/conftest.py +++ b/sql-cli/tests/conftest.py @@ -2,25 +2,7 @@ Copyright OpenSearch Contributors SPDX-License-Identifier: Apache-2.0 """ -""" -Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. - -Licensed under the Apache License, Version 2.0 (the "License"). -You may not use this file except in compliance with the License. -A copy of the License is located at - http://www.apache.org/licenses/LICENSE-2.0 - -or in the "license" file accompanying this file. This file is distributed -on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either -express or implied. See the License for the specific language governing -permissions and limitations under the License. -""" - -""" -We can define the fixture functions in this file to make them -accessible across multiple test modules. -""" import os import pytest