From 22d80acde5a9a70a4817e44ab95541326a169415 Mon Sep 17 00:00:00 2001 From: Francois Beutin Date: Mon, 16 Oct 2023 11:31:18 +0200 Subject: [PATCH] Use DOT as coin name --- .github/workflows/reusable_swap_functional_tests.yml | 2 +- test/python/conftest.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/reusable_swap_functional_tests.yml b/.github/workflows/reusable_swap_functional_tests.yml index 399a3ed5..801f08d9 100644 --- a/.github/workflows/reusable_swap_functional_tests.yml +++ b/.github/workflows/reusable_swap_functional_tests.yml @@ -93,7 +93,7 @@ jobs: - name: bsc repo: app-ethereum branch: ${{ inputs.branch_for_bsc }} - - name: polkadot + - name: DOT repo: app-polkadot branch: ${{ inputs.branch_for_polkadot }} diff --git a/test/python/conftest.py b/test/python/conftest.py index 9d2dd81d..66b372e3 100644 --- a/test/python/conftest.py +++ b/test/python/conftest.py @@ -24,7 +24,7 @@ "stellar": "Stellar", "solana": "Solana", "bsc": "Binance Smart Chain", - "polkadot": "Polkadot", + "polkadot": "DOT", } configuration.OPTIONAL.SIDELOADED_APPS_DIR = "test/python/lib_binaries/"