Skip to content

Commit 28dcd3f

Browse files
committed
Dummy commit to trigger CI pipeline
1 parent 48ffeba commit 28dcd3f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/integration/test_infrahub_client.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,8 @@ async def test_count_with_filter(self, client: InfrahubClient, base_dataset):
146146
count = await client.count(kind=TESTING_PERSON, name__values=["Liam Walker", "Ethan Carter"])
147147
assert count == 2
148148

149+
# test
150+
149151
# async def test_get_generic_filter_source(self, client: InfrahubClient, base_dataset):
150152
# admin = await client.get(kind="CoreAccount", name__value="admin")
151153

0 commit comments

Comments
 (0)