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 d617bdd commit 8a7db94Copy full SHA for 8a7db94
tests/integration/test_infrahub_client.py
@@ -73,6 +73,7 @@ async def test_get_one(self, client: InfrahubClient, base_dataset, cat_luna, per
73
async def test_filters_partial_match(self, client: InfrahubClient, base_dataset):
74
nodes = await client.filters(kind=TESTING_PERSON, name__value="Walker")
75
assert not nodes
76
+ print("a")
77
78
nodes = await client.filters(kind=TESTING_PERSON, partial_match=True, name__value="Walker")
79
assert len(nodes) == 2
0 commit comments