fediverse-devnet / feditest

A testing framework for distributed, heterogeneous systems communicating with complex protocols, such as the Fediverse
https://feditest.org/
MIT License
31 stars 6 forks source link

Fixed clashing field and function name #316

Closed steve-bate closed 3 weeks ago

steve-bate commented 4 weeks ago

(Caught by ruff...)

The mastodon_user_client field was being overwritten by the mastodon_user_client function. I changed the name of the field and made it hidden since it's a private cache of the API instance.