implemented "SUPPORT_MALFORMED_JSON" variable

This commit is contained in:
Oscar Krause
2024-11-19 09:18:12 +01:00
parent 018d7c34fc
commit 15f14cac11
6 changed files with 71 additions and 46 deletions

View File

@@ -140,6 +140,7 @@ test:
- test/**/*
variables:
DATABASE: sqlite:///../app/db.sqlite
SUPPORT_MALFORMED_JSON: true
parallel:
matrix:
- IMAGE: [ 'python:3.12-slim-bookworm' ]