Skip to content

Commit

Permalink
Set hypothesis max_size on test_stake_pool_metadata_long_homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoura committed May 3, 2024
1 parent b26526e commit c28695e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cardano_node_tests/tests/test_pools.py
Original file line number Diff line number Diff line change
Expand Up @@ -2297,7 +2297,7 @@ def test_stake_pool_metadata_long_name(
)

@allure.link(helpers.get_vcs_link())
@hypothesis.given(pool_description=st.text(min_size=256))
@hypothesis.given(pool_description=st.text(min_size=256, max_size=1000))
@common.hypothesis_settings()
def test_stake_pool_metadata_long_description(
self,
Expand Down

0 comments on commit c28695e

Please sign in to comment.