Skip to content

Commit

Permalink
Merge branch 'main' into add-new-addresses-issue
Browse files Browse the repository at this point in the history
  • Loading branch information
falvaradorodriguez authored Mar 19, 2024
2 parents b5ca907 + 6d7be3f commit 38cf804
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
DJANGO_SETTINGS_MODULE: config.settings.test
ETHEREUM_MAINNET_NODE: ${{ secrets.ETHEREUM_MAINNET_NODE }}
ETHEREUM_POLYGON_NODE: ${{ secrets.ETHEREUM_POLYGON_NODE }}
BUNDLER_CLIENT_URL: ${{ secrets.BUNDLER_CLIENT_URL }}
ETHEREUM_4337_BUNDLER_URL: ${{ secrets.ETHEREUM_4337_BUNDLER_URL }}
- name: Test packaging
run: pip install -e .
- name: Send results to coveralls
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

class TestE2EBundlerClient(TestCase):
def setUp(self):
bundler_client_variable_name = "BUNDLER_CLIENT_URL"
bundler_client_variable_name = "ETHEREUM_4337_BUNDLER_URL"
bundler_client_url = os.environ.get(bundler_client_variable_name)
if not bundler_client_url:
pytest.skip(f"{bundler_client_variable_name} needs to be defined")
Expand Down

0 comments on commit 38cf804

Please sign in to comment.