Skip to content

Commit 8a7db94

Browse files
committed
Dummy CI test
1 parent d617bdd commit 8a7db94

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integration/test_infrahub_client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ async def test_get_one(self, client: InfrahubClient, base_dataset, cat_luna, per
7373
async def test_filters_partial_match(self, client: InfrahubClient, base_dataset):
7474
nodes = await client.filters(kind=TESTING_PERSON, name__value="Walker")
7575
assert not nodes
76+
print("a")
7677

7778
nodes = await client.filters(kind=TESTING_PERSON, partial_match=True, name__value="Walker")
7879
assert len(nodes) == 2

0 commit comments

Comments
 (0)