Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions tests_integ/payments/test_payment_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ def test_update_payment_manager(self):

assert update_result.get("paymentManagerId") == payment_manager_id

@pytest.mark.skip(reason="Requires real CDP credential provider - needs CDP credentials configured")
def test_create_and_get_payment_connector(self):
"""Test creating and retrieving a payment connector."""
# First create a payment manager
Expand Down Expand Up @@ -219,6 +220,7 @@ def test_list_payment_connectors(self):
assert "name" in connector
assert "status" in connector

@pytest.mark.skip(reason="Requires real CDP credential provider - needs CDP credentials configured")
def test_update_payment_connector(self):
"""Test updating a payment connector."""
# First create a payment manager
Expand Down
Loading