Skip to content

Commit 286bbd3

Browse files
committed
Add .infrahub.yml config file to conflict-01 test fixture
The conflict-01 test fixture was missing a .infrahub.yml configuration file. With the new RepositoryConfigurationError exception that is now raised when a repository lacks this config file, the integration tests using this fixture were failing. This adds a minimal .infrahub.yml to fix the integration tests: - test_run_pipeline_validate_requested_jobs - test_run_generators_validate_requested_jobs
1 parent 24eaca2 commit 286bbd3

File tree

1 file changed

+3
-0
lines changed
  • backend/tests/fixtures/repos/conflict-01/initial__main

1 file changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# yaml-language-server: $schema=https://schema.infrahub.app/python-sdk/repository-config/develop.json
2+
---
3+
# Minimal configuration for test repository

0 commit comments

Comments
 (0)