Skip to content

Commit 8e560d6

Browse files
authored
Merge pull request #193 from opsmill/dga-20241230-fix-test-version
Update version for integration tests in test_node.py
2 parents 7b20ecb + d656daa commit 8e560d6

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)