Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alafanechere committed May 17, 2024
1 parent bf644f4 commit 82f85ff
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.
#

import asyncclick as click
import pytest
from pipelines.airbyte_ci.connectors.context import ConnectorContext
from pipelines.dagger.actions.python import common
from pipelines.helpers.connectors.modifed import ConnectorWithModifiedFiles

pytestmark = [
pytest.mark.anyio,
Expand All @@ -16,7 +16,7 @@
def connector_context(dagger_client):
context = ConnectorContext(
pipeline_name="test",
connector="source-faker",
connector=ConnectorWithModifiedFiles("source-faker", modified_files={}),
git_branch="test",
git_revision="test",
diffed_branch="test",
Expand Down

0 comments on commit 82f85ff

Please sign in to comment.