Skip to content

tests: Switch to FUNC compare to make sure we can get async values

Marius Gripsgard requested to merge personal/mariogrip/fix-flaky-test into main

This switches to FUNC compare to make sure we can get values after the expect loop has started, this also switches to comparing with string as ::parse() will not work with invalid appid (in this case no-exec)

This fixes flaky tests as there has been a race condition here.

Merge request reports