diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index bf3a15a..1738100 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -12,7 +12,8 @@ jobs: python-version: ['3.7', '3.8', '3.9', '3.10'] runs-on: ${{ matrix.os }}-latest steps: - - uses: actions/checkout@v3 + - name: Git checkout + uses: actions/checkout@v3 - name: Install poetry run: pipx install poetry diff --git a/xedocs/xedocs.py b/xedocs/xedocs.py index 1b711a0..b1b81f5 100644 --- a/xedocs/xedocs.py +++ b/xedocs/xedocs.py @@ -107,7 +107,7 @@ def get_api_client(schema): @URLConfig.register("xedocs") def xedocs_protocol(name, - context='production', + context='production_db', version="ONLINE", sort=None, attr=None,