diff --git a/.github/workflows/reusable_swap_functional_tests.yml b/.github/workflows/reusable_swap_functional_tests.yml index 6e2876b8..45d7a9cd 100644 --- a/.github/workflows/reusable_swap_functional_tests.yml +++ b/.github/workflows/reusable_swap_functional_tests.yml @@ -186,7 +186,7 @@ jobs: - name: cardano repo: ${{ inputs.repo_for_cardano }} branch: ${{ inputs.branch_for_cardano }} - - name: cosmos + - name: ATOM repo: ${{ inputs.repo_for_cosmos }} branch: ${{ inputs.branch_for_cosmos }} diff --git a/test/python/conftest.py b/test/python/conftest.py index 65b2b084..209263ef 100644 --- a/test/python/conftest.py +++ b/test/python/conftest.py @@ -24,7 +24,7 @@ "DOT": "Polkadot", "tron": "Tron", "ton": "TON", - "cosmos": "Cosmos", + "ATOM": "Cosmos", "cardano": "Cardano ADA", }