Skip to content

Commit d656daa

Browse files
authored
Update version for integration tests in test_node.py
1 parent 7c9ccd7 commit d656daa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_node.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
class TestInfrahubNode(TestInfrahubDockerClient, SchemaCarPerson):
1414
@pytest.fixture(scope="class")
1515
def infrahub_version(self) -> str:
16-
return "local"
16+
return "1.0.10"
1717

1818
@pytest.fixture(scope="class")
1919
async def initial_schema(self, default_branch: str, client: InfrahubClient, schema_base: SchemaRoot) -> None:

0 commit comments

Comments
 (0)