diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 91a8d86e35..d856ca7f6e 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -10,7 +10,7 @@ concurrency: jobs: tests: name: Trigger Tests - runs-on: ubuntu-22.04-2cpu-8ram-75ssd + runs-on: ubuntu-latest steps: - name: Check out code uses: actions/checkout@v2 diff --git a/config/redirects.js b/config/redirects.js index 25e881e05a..b66f742715 100644 --- a/config/redirects.js +++ b/config/redirects.js @@ -2710,6 +2710,10 @@ const redirects = [ from: ['/api/management'], to: '/api/management/v2', }, + { + from: ['/api/management/v2/blacklists/get-tokens','/api/management/v2/blacklists/post-tokens'], + to: '/api/management/v2', + }, /* Authorization */