Skip to content

Commit 329d57e

Browse files
committed
fix(tests): update DRep metadata URL in test_drep.py
Updated the DRep metadata URL in test_drep.py to the new URL "https://tinyurl.com/drep-url". The old URL points to a file that no longer exists in our repo.
1 parent c5fb06d commit 329d57e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cardano_node_tests/tests/tests_conway/test_drep.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ def test_drep_id_is_blake2b_224_of_drep_vkey(
335335
(
336336
{
337337
"drep_metadata_file": DATA_DIR / "drep_metadata_url.json",
338-
"drep_metadata_url": "https://tinyurl.com/w7vd3ek6",
338+
"drep_metadata_url": "https://tinyurl.com/drep-url",
339339
"expected_hash": "18b4b10150eab04ba66c8f9cb497ff05c6c31b9c9825388481c1790ce76b6b90",
340340
},
341341
{
@@ -519,7 +519,7 @@ def test_register_wrong_metadata(
519519
drep_metadata_file = DATA_DIR / "governance_action_anchor.json"
520520

521521
# Register DRep
522-
drep_metadata_url = "https://tinyurl.com/w7vd3ek6"
522+
drep_metadata_url = "https://tinyurl.com/drep-url"
523523
drep_metadata_hash = cluster.g_conway_governance.drep.get_metadata_hash(
524524
drep_metadata_file=drep_metadata_file
525525
)

0 commit comments

Comments
 (0)