Skip to content

Commit bc44ce1

Browse files
fix
1 parent c9580ee commit bc44ce1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

gateway-api/tests/contract/test_provider_contract.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@
66

77
from typing import Any
88

9+
import pytest
910
from pact import Verifier
1011

1112

13+
@pytest.mark.remote_only
1214
def test_provider_honors_consumer_contract(mtls_proxy: str, get_headers: Any) -> None:
1315
verifier = Verifier(
1416
name="GatewayAPIProvider",

0 commit comments

Comments
 (0)