We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50263a5 commit 80b3347Copy full SHA for 80b3347
cardano_node_tests/tests/test_pools.py
@@ -761,7 +761,7 @@ def test_stake_pool_not_avail_metadata(
761
# and will insert an error on the specific table
762
# https://github.com/IntersectMBO/cardano-db-sync/blob/master/doc/pool-offchain-data.md
763
if configuration.HAS_DBSYNC:
764
- pool_params = cluster.g_query.get_pool_params(
+ pool_params = cluster.g_query.get_pool_state(
765
stake_pool_id=pool_creation_out.stake_pool_id
766
).pool_params
767
0 commit comments