fix: no need to create fake admin (#2485)

already is done inside regtest
This commit is contained in:
dni ⚡ 2024-05-09 16:56:11 +02:00 committed by GitHub
parent 0076a85fdb
commit c030ccc4f8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -53,10 +53,6 @@ jobs:
with:
python-version: ${{ inputs.python-version }}
- name: Create fake admin
if: ${{ inputs.backend-wallet-class == 'LNbitsWallet' }}
run: docker exec lnbits-lnbits-1 poetry run python tools/create_fake_admin.py
- name: Run pytest
uses: pavelzw/pytest-action@v2
env: