Skip to content

Commit

Permalink
fix: goerli rm
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Jun 1, 2024
1 parent 5690954 commit bec3a09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_fork_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def test_multiple_providers(
assert networks.active_provider.uri == default_host


@pytest.mark.parametrize("network", [k for k in NETWORKS.keys() if k != "goerli"])
@pytest.mark.parametrize("network", NETWORKS)
def test_fork_config(name, config, network):
plugin_config = config.get_config(name)
network_config = plugin_config["fork"].get("ethereum", {}).get(network, {})
Expand Down

0 comments on commit bec3a09

Please sign in to comment.