diff --git a/cli/tests/tests/test_service_creator.py b/cli/tests/tests/test_service_creator.py index 597d4ab..7f7fb05 100644 --- a/cli/tests/tests/test_service_creator.py +++ b/cli/tests/tests/test_service_creator.py @@ -58,6 +58,8 @@ def test_add_new_service(tmp_path, mocker: MockerFixture): # Because uv needs packages/agebd to generate the lock file of the services as it is # a dependency + # As a consequence it was also added to 'fixtures/expected_output' so that the dir + # comparison does not fail (tmp_path / "packages/agebd").mkdir(parents=True, exist_ok=True) (tmp_path / "packages/agebd/pyproject.toml").write_text(mock_agebd_pyproject_toml)