1
0
mirror of synced 2025-12-31 15:03:11 -05:00
Files
airbyte/octavia-cli/unit_tests/conftest.py
Cole Snodgrass 2e099acc52 update headers from 2022 -> 2023 (#22594)
* It's 2023!

* 2022 -> 2023

---------

Co-authored-by: evantahler <evan@airbyte.io>
2023-02-08 13:01:16 -08:00

16 lines
226 B
Python

#
# Copyright (c) 2023 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()