diff --git a/.github/workflows/ci-main.yml b/.github/workflows/ci-main.yml index 3a33b880f..2ee1182e3 100644 --- a/.github/workflows/ci-main.yml +++ b/.github/workflows/ci-main.yml @@ -47,7 +47,7 @@ jobs: env: INSTALL: ${{ steps.cache-pipenv.outputs.cache-hit }} run: scripts/ci_prepare.sh - - name: run pylint + - name: run job run: pipenv run make ci-${{ matrix.job }} test-migrations: runs-on: ubuntu-latest diff --git a/authentik/outposts/api/outposts.py b/authentik/outposts/api/outposts.py index 4974f2f1f..de8852d3e 100644 --- a/authentik/outposts/api/outposts.py +++ b/authentik/outposts/api/outposts.py @@ -116,7 +116,7 @@ class OutpostFilter(FilterSet): "providers": ["isnull"], "name": ["iexact", "icontains"], "service_connection__name": ["iexact", "icontains"], - "managed": ["iexact", "icontains"] + "managed": ["iexact", "icontains"], }