Skip to content

Commit

Permalink
Alter fake integration (change in pytest-httpx)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikzaadi committed Nov 7, 2024
1 parent d3474ec commit efd7e2b
Showing 1 changed file with 6 additions and 0 deletions.
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 efd7e2b

Please sign in to comment.