Commit 286bbd3
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_jobs1 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 changedLines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
0 commit comments