From 602573f83fa4c06d178b80237fefaa247045e05b Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Sun, 19 Dec 2021 13:44:34 +0100 Subject: [PATCH] ci: fix label Signed-off-by: Jens Langhammer --- .github/workflows/ci-main.yml | 2 +- authentik/outposts/api/outposts.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"], }