Skip to content

Commit

Permalink
Remove default value
Browse files Browse the repository at this point in the history
Co-authored-by: Charles Cooper <[email protected]>
  • Loading branch information
DanielSchiavini and charles-cooper committed Sep 13, 2024
1 parent 97595c8 commit 57bc002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/network/sepolia/test_sepolia_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def simple_contract():


def test_verify(simple_contract):
api_key = os.getenv("BLOCKSCOUT_API_KEY", "")
api_key = os.getenv("BLOCKSCOUT_API_KEY")
blockscout = Blockscout("https://eth-sepolia.blockscout.com", api_key)
simple_contract.verify(blockscout)
assert blockscout.is_verified(simple_contract.address) is True
Expand Down

0 comments on commit 57bc002

Please sign in to comment.