We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9f353c commit a02f3e2Copy full SHA for a02f3e2
tests/smoke/scenarios/api_capability_statement_lookup.py
@@ -1,9 +1,6 @@
1
-import pytest
2
-
3
from tests.utilities.api_clients import ConsumerTestClient, ProducerTestClient
4
5
6
-@pytest.mark.skip(reason="Capability statements aren't working reliably at the minute")
7
def test_read_api_capability_statements(
8
consumer_client: ConsumerTestClient, producer_client: ProducerTestClient
9
):
0 commit comments