From 28dcd3ff9b590d68c0c1cc14db56bf5bf1269e0a Mon Sep 17 00:00:00 2001 From: Lucas Guillermou Date: Mon, 3 Mar 2025 16:15:44 +0100 Subject: [PATCH] Dummy commit to trigger CI pipeline --- tests/integration/test_infrahub_client.py | 2 ++ 1 file changed, 2 insertions(+) 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")