diff --git a/tests/integration/test_infrahub_client.py b/tests/integration/test_infrahub_client.py index 817205ec..f5330ca9 100644 --- a/tests/integration/test_infrahub_client.py +++ b/tests/integration/test_infrahub_client.py @@ -146,6 +146,8 @@ async def test_count_with_filter(self, client: InfrahubClient, base_dataset): count = await client.count(kind=TESTING_PERSON, name__values=["Liam Walker", "Ethan Carter"]) assert count == 2 + # test + # async def test_get_generic_filter_source(self, client: InfrahubClient, base_dataset): # admin = await client.get(kind="CoreAccount", name__value="admin")