1
0
mirror of synced 2026-01-03 06:02:23 -05:00
Files
airbyte/octavia-cli/unit_tests/conftest.py
Alexandre Girard 3894134d11 Bump year in license short to 2022 (#13191)
* Bump to 2022

* format
2022-05-25 17:56:49 -07:00

16 lines
226 B
Python

#
# Copyright (c) 2022 Airbyte, Inc., all rights reserved.
#
import pytest
@pytest.fixture
def mock_api_client(mocker):
return mocker.Mock()
@pytest.fixture
def mock_telemetry_client(mocker):
return mocker.Mock()