Skip to content

Commit

Permalink
[SQUASH] Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
erikzaadi committed Nov 2, 2024
1 parent 162f485 commit 5fe79b6
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 23 deletions.
46 changes: 23 additions & 23 deletions integrations/fake-integration/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions integrations/fake-integration/tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
import pytest

def pytest_collection_modifyitems(session, config, items):
for item in items:
item.add_marker(pytest.mark.httpx_mock(can_send_already_matched_responses=True))

# ruff: noqa
from port_ocean.tests.helpers.fixtures import (
get_mocked_ocean_app,
Expand Down

0 comments on commit 5fe79b6

Please sign in to comment.