Fix references to TemplateType enum in the schema

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
Carlo Costino
2025-05-02 14:56:46 -04:00
parent 43fb72d79c
commit f8858c944f
2 changed files with 10 additions and 3 deletions

View File

@@ -112,6 +112,10 @@ test: ## Run tests and create coverage report
poetry run coverage report -m --fail-under=93
poetry run coverage html -d .coverage_cache
.PHONY: test-debug
test-debug:
poetry run pytest --pdb -x
.PHONY: py-lock
py-lock: ## Syncs dependencies and updates lock file without performing recursive internal updates
poetry lock --no-update