hacs / integration

HACS gives you a powerful UI to handle downloads of all your custom needs.
https://hacs.xyz
MIT License
5.28k stars 1.27k forks source link

Improve config flow test #3679

Closed emontnemery closed 4 months ago

emontnemery commented 4 months ago

Improve config flow tests to simulate we wait for user to enter the code

Without this, the config flow tests will unrealistically immediately finish when the auth task is started with the eager flag set

This fixes an additional test which was accidentally omitted from https://github.com/hacs/integration/pull/3676