Skip to content

add custom error validation to all endpoints #3

add custom error validation to all endpoints

add custom error validation to all endpoints #3

Workflow file for this run

name: API Schemathesis tests
on:
push:
paths:
- 'app/**/*.py'
pull_request:
paths:
- 'app/**/*.py'
jobs:
api-audit:
runs-on: ubuntu-latest
steps:
- uses: schemathesis/action@v1
with:
schema: 'https://api.oklabflensburg.de/openapi.json --experimental=openapi-3.1'